We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b7588 commit 7715de9Copy full SHA for 7715de9
.github/workflows/docker-parallel-multiarch-build.yml
@@ -179,7 +179,7 @@ jobs:
179
touch "${{ runner.temp }}/digests/${digest#sha256:}"
180
181
- name: Upload digest as an artifact
182
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
183
with:
184
name: digests-${{ inputs.title }}-${{ steps.vars.outputs.platform-pair }}
185
path: ${{ runner.temp }}/digests/*
0 commit comments