Skip to content

Commit 862517c

Browse files
committed
Update (ci): github action's artifact upgrade due to EOL for versions less than v4
1 parent 0a97def commit 862517c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4 # deploy needs git credentials
2222
- name: Download prepared docs
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: docs-html-${{ github.sha }}
2626
path: docs/build/html
27+
merge-multiple: true
2728

2829
- name: Deploy 🚀
2930
uses: JamesIves/github-pages-deploy-action@v4.6.3

0 commit comments

Comments
 (0)