feat: switch to GitHub's artifact upload action
Some checks failed
website / build (push) Has been cancelled
Some checks failed
website / build (push) Has been cancelled
Changed the artifact upload step in the pdoc workflow to use GitHub's official `actions/upload-artifact@v3` instead of `forgejo/upload-artifact@v4`. This update ensures compatibility and reliability by leveraging the native GitHub Action support and potentially offers better integration with the GitHub ecosystem.
This commit is contained in:
parent
2bef3bb119
commit
cb84abacac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- run: python3 -m pdoc -d markdown -o docs plankapy
|
||||
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue