Skip to content

Commit

Permalink
Merge pull request #59 from JakobLichterfeld/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.6.0

build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
JakobLichterfeld authored Feb 1, 2025
2 parents 66c5eb6 + 9b1da64 commit f9798a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name: Upload digest
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #v4.5.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 #v4.6.0
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
Expand Down

0 comments on commit f9798a3

Please sign in to comment.