[c] change to temp fork of artifact uploading
Some checks failed
build / build (21) (push) Failing after 1m26s
Some checks failed
build / build (21) (push) Failing after 1m26s
This commit is contained in:
parent
653eccffa9
commit
e07e0747df
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: ./gradlew build
|
||||
- name: capture build artifacts
|
||||
if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/frg-upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
|
|
Loading…
Reference in a new issue