From a13ee1d44c35c65eef9b345a0afbf7f5aa44fb7d Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Fri, 8 Nov 2024 15:48:50 +0100 Subject: [PATCH] update artifacts GitHub actions to v4 --- .github/workflows/test-appsync-utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-appsync-utils.yml b/.github/workflows/test-appsync-utils.yml index c6bc9d8..9595896 100644 --- a/.github/workflows/test-appsync-utils.yml +++ b/.github/workflows/test-appsync-utils.yml @@ -66,7 +66,7 @@ jobs: localstack logs | gzip > logs.txt.gz - name: Upload the logs as an artifact if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ls-logs-${{ github.run_number }} path: |