Downgrade actions/upload-artifacts from 4->3
All checks were successful
JConf Actions Workflow / build (push) Successful in 32s
All checks were successful
JConf Actions Workflow / build (push) Successful in 32s
This commit is contained in:
parent
6072dd6d97
commit
f937bd66f3
@ -34,7 +34,7 @@ jobs:
|
|||||||
export giteaPass=${{ secrets.ACCESS_TOKEN_GITEA }}
|
export giteaPass=${{ secrets.ACCESS_TOKEN_GITEA }}
|
||||||
./gradlew publish
|
./gradlew publish
|
||||||
- name: Upload JConf Artifacts
|
- name: Upload JConf Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: JConf
|
name: JConf
|
||||||
path: artifacts/*
|
path: artifacts/
|
||||||
|
Loading…
Reference in New Issue
Block a user