Skip to content

Commit 197e908

Browse files
renovate[bot]rolinh
authored andcommitted
chore(deps): update actions/upload-artifact action to v4.1.0
Signed-off-by: renovate[bot] <[email protected]>
1 parent 41d58a6 commit 197e908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-images-release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Upload artifact digests
7070
- name: Upload artifact digests
71-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
71+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
7272
with:
7373
name: image-digest ${{ matrix.name }}
7474
path: image-digest
@@ -114,15 +114,15 @@ jobs:
114114
115115
# Upload artifact digests
116116
- name: Upload artifact digests
117-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
117+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
118118
with:
119119
name: image-digest-output.txt-${{ steps.tag.outputs.tag }}
120120
path: image-digest-output.txt
121121
retention-days: 1
122122

123123
# Upload artifact digests
124124
- name: Upload artifact digests
125-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
125+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
126126
with:
127127
name: Makefile.digests-${{ steps.tag.outputs.tag }}
128128
path: Makefile.digests

0 commit comments

Comments
 (0)