Skip to content

Commit 382c0c5

Browse files
Merge pull request #9 from progamesigner/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 2c0b07a + dd528a1 commit 382c0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
touch /tmp/image-digests/${IMAGE_DIGEST#sha256:}
7979
env:
8080
IMAGE_DIGEST: ${{ steps.build.outputs.digest }}
81-
- uses: actions/upload-artifact@v5
81+
- uses: actions/upload-artifact@v6
8282
with:
8383
compression-level: 0
8484
if-no-files-found: error

0 commit comments

Comments
 (0)