Skip to content

Commit 84dd310

Browse files
Update GitHub Artifact Actions
1 parent 9ec8d5a commit 84dd310

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
213213
- name: Download Images
214-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
214+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
255255
- name: Download Images
256-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
256+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
312-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
312+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
313313
with:
314314
pattern: docker-image-${{ matrix.image }}-*
315315
path: /tmp/docker-image

0 commit comments

Comments
 (0)