Downgrade actions/upload-artifact to v3 for compatibility with Forgejo.
All checks were successful
Build / build (push) Successful in 1m43s
All checks were successful
Build / build (push) Successful in 1m43s
This commit is contained in:
parent
ec17e06965
commit
3b77de2e63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -39,6 +39,6 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v6.0.0
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: build/libs/*.jar
|
path: build/libs/*.jar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue