Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/get_azure_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
zstd -v ${REGION}.json

- name: Store image data in artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: "azure"
path: "${{ env.REGION }}.json.zst"
Expand All @@ -165,7 +165,7 @@ jobs:
git checkout $LATEST_RELEASE

- name: Download image data artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: raw

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/get_google_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
zstd -v global.json

- name: Store image data in artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: "google"
path: "global.json.zst"
Expand All @@ -115,7 +115,7 @@ jobs:
git checkout $LATEST_RELEASE

- name: Download image data artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: raw

Expand Down