Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 65486ef.
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 3376dfa commit 919a1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 919a1d6

Please sign in to comment.