Skip to content

Commit

Permalink
Update (ci): github action's artifact upgrade due to EOL for versions…
Browse files Browse the repository at this point in the history
… less than 4
  • Loading branch information
alleeclark committed Dec 16, 2024
1 parent 0a97def commit 7211fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4 # deploy needs git credentials
- name: Download prepared docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs-html-${{ github.sha }}
path: docs/build/html
merge-multiple: true

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 7211fbc

Please sign in to comment.