Skip to content

Commit 4de390d

Browse files
Update GitHub Artifact Actions
1 parent 903949a commit 4de390d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- run: docker save "${DOCKER_IMAGE}" -o ./docker-image/docker_image-${{ env.PLATFORM_PAIR }}.tar
162162
- run: docker images
163163
- name: Upload Images
164-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
164+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
165165
with:
166166
name: docker-image-${{ matrix.image }}-${{ env.PLATFORM_PAIR }}
167167
path: ./docker-image
@@ -211,7 +211,7 @@ jobs:
211211
if: ${{ !contains(matrix.platform, 'arm') && !contains(matrix.platform, 'amd64') }}
212212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213
- name: Download Images
214-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
214+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
215215
with:
216216
name: docker-image-${{ matrix.image }}-${{ env.PLATFORM_PAIR }}
217217
path: ./docker-image
@@ -253,7 +253,7 @@ jobs:
253253
# if: ${{ !contains(matrix.platform, 'arm') && !contains(matrix.platform, 'amd64') }}
254254
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
255255
- name: Download Images
256-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
256+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
257257
with:
258258
name: docker-image-${{ matrix.image }}-${{ env.PLATFORM_PAIR }}
259259
path: ./docker-image
@@ -309,7 +309,7 @@ jobs:
309309
echo "Flags: ${{ steps.buildx.outputs.flags }}"
310310
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
311311
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
312-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
312+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
313313
with:
314314
pattern: docker-image-${{ matrix.image }}-*
315315
path: /tmp/docker-image

0 commit comments

Comments
 (0)