Skip to content

Commit

Permalink
Merge pull request #613 from pallets-eco/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4.4.3

chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.3
  • Loading branch information
azmeuk authored Nov 1, 2024
2 parents b977f2a + d0f44fb commit 677e08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: generate hash
id: hash
run: cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
path: ./dist
provenance:
Expand Down

0 comments on commit 677e08b

Please sign in to comment.