We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a474bc8 commit d1cb7f9Copy full SHA for d1cb7f9
1 file changed
actions/image-build/action.yml
@@ -114,7 +114,7 @@ runs:
114
touch "${{ runner.temp }}/digests/${digest#sha256:}"
115
116
- name: Upload digest
117
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
118
with:
119
name: ${{ inputs.artifact-key-base }}-${{ steps.cache-target.outputs.cache-key-base }}
120
path: ${{ runner.temp }}/digests/*
0 commit comments