From 919a1d6bc1a4bc489c5b2c770f760ca29b2118da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:26:12 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Dependabot couldn't find the original pull request head commit, 65486efd0ff506c35d20dfbbb9cf96c9930d994c. --- .github/workflows/npm-publish-github-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 3945327..dc41349 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -80,7 +80,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: |