Skip to content

Commit d588ef3

Browse files
Update GitHub Artifact Actions
1 parent 347b446 commit d588ef3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/get_azure_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
zstd -v ${REGION}.json
141141
142142
- name: Store image data in artifact
143-
uses: actions/upload-artifact@v4
143+
uses: actions/upload-artifact@v5
144144
with:
145145
name: "azure"
146146
path: "${{ env.REGION }}.json.zst"
@@ -165,7 +165,7 @@ jobs:
165165
git checkout $LATEST_RELEASE
166166
167167
- name: Download image data artifacts
168-
uses: actions/download-artifact@v4
168+
uses: actions/download-artifact@v6
169169
with:
170170
path: raw
171171

.github/workflows/get_google_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
zstd -v global.json
9191
9292
- name: Store image data in artifact
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: "google"
9696
path: "global.json.zst"
@@ -115,7 +115,7 @@ jobs:
115115
git checkout $LATEST_RELEASE
116116
117117
- name: Download image data artifacts
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v6
119119
with:
120120
path: raw
121121

0 commit comments

Comments
 (0)