Use upload-artifact@v3 for Gitea compatibility
All checks were successful
Build & Release Pack / build (push) Successful in 3m11s
All checks were successful
Build & Release Pack / build (push) Successful in 3m11s
upload-artifact@v4 requires the GitHub-only artifact v2 API (GHESNotSupportedError on Gitea). v3 uses the v1 protocol that Gitea's act_runner implements, and is mirrored on the Forgejo mirror.
This commit is contained in:
parent
c9c33c48c5
commit
a813e12277
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: python3 ../tools/validate_pack.py . cf ../SciCraft-CurseForge.zip
|
||||
|
||||
- name: Upload pack artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: scicraft-pack
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue