Skip to content

Commit 7715de9

Browse files
renovate-botJuniorJPDJ
authored andcommitted
chore: update actions/upload-artifact action to v7
1 parent 20b7588 commit 7715de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-parallel-multiarch-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
touch "${{ runner.temp }}/digests/${digest#sha256:}"
180180
181181
- name: Upload digest as an artifact
182-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
183183
with:
184184
name: digests-${{ inputs.title }}-${{ steps.vars.outputs.platform-pair }}
185185
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)