Skip to content

Commit 3bbd361

Browse files
Update actions/download-artifact action to v5
1 parent 347b446 commit 3bbd361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/get_azure_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v5
169169
with:
170170
path: raw
171171

.github/workflows/get_google_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@v5
119119
with:
120120
path: raw
121121

0 commit comments

Comments
 (0)