Skip to content

Commit da5dd1a

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

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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
117+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.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)