@@ -149,7 +149,7 @@ jobs:
149149
150150 # Upload artifact digests
151151 - name : Upload artifact digests
152- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
153153 with :
154154 name : image-digest ${{ matrix.name }}
155155 path : image-digest
@@ -167,7 +167,7 @@ jobs:
167167 mkdir -p image-digest/
168168
169169 - name : Download digests of all images built
170- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
170+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
171171 with :
172172 path : image-digest/
173173
@@ -218,7 +218,7 @@ jobs:
218218
219219 # Cache tarball releases for later
220220 - name : Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
221- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
221+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
222222 with :
223223 name : tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
224224 path : release/
@@ -244,13 +244,13 @@ jobs:
244244 run : make cli-release
245245
246246 - name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-amd64.tar.gz
247- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
247+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
248248 with :
249249 name : tetragon-${{ steps.tag.outputs.tag }}-amd64
250250 path : release
251251
252252 - name : Retrieve tetragon-${{ steps.tag.outputs.tag }}-arm64.tar.gz
253- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
253+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
254254 with :
255255 name : tetragon-${{ steps.tag.outputs.tag }}-arm64
256256 path : release
0 commit comments