feat: switch to GitHub's artifact upload action
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:
Kumi 2024-04-25 09:05:31 +02:00
parent 2bef3bb119
commit cb84abacac
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -33,7 +33,7 @@ jobs:
- run: python3 -m pdoc -d markdown -o docs plankapy - run: python3 -m pdoc -d markdown -o docs plankapy
- uses: forgejo/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
path: docs path: docs