Skip to content

Commit 39e1597

Browse files
Update actions/download-artifact action from v4 to v5 (major v5)
1 parent be8178d commit 39e1597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240

241241
- name: "Download base reference."
242-
uses: actions/download-artifact@v4
242+
uses: actions/download-artifact@v5
243243
with:
244244
name: 'github-pages-base'
245245
path: github-pages-base
@@ -255,7 +255,7 @@ jobs:
255255
sed -re 's/Last Updated: [0-9]{4}\/[0-9]{2}\/[0-9]{2}//' -i humans.txt
256256
257257
- name: "Download just-built artifact."
258-
uses: actions/download-artifact@v4
258+
uses: actions/download-artifact@v5
259259
with:
260260
name: 'github-pages'
261261
path: github-pages-head

0 commit comments

Comments
 (0)