File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments