We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8178d commit 39e1597Copy full SHA for 39e1597
.github/workflows/ci.yml
@@ -239,7 +239,7 @@ jobs:
239
steps:
240
241
- name: "Download base reference."
242
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
243
with:
244
name: 'github-pages-base'
245
path: github-pages-base
@@ -255,7 +255,7 @@ jobs:
255
sed -re 's/Last Updated: [0-9]{4}\/[0-9]{2}\/[0-9]{2}//' -i humans.txt
256
257
- name: "Download just-built artifact."
258
259
260
name: 'github-pages'
261
path: github-pages-head
0 commit comments