Skip to content

Commit d1cb7f9

Browse files
chore(deps): update actions/upload-artifact action to v6 (#1237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a474bc8 commit d1cb7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/image-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ runs:
114114
touch "${{ runner.temp }}/digests/${digest#sha256:}"
115115
116116
- name: Upload digest
117-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
118118
with:
119119
name: ${{ inputs.artifact-key-base }}-${{ steps.cache-target.outputs.cache-key-base }}
120120
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)