mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Bump upload and download artifact actions
This commit is contained in:
parent
0fddadb6f6
commit
fdfc090eea
4 changed files with 6 additions and 6 deletions
2
.github/workflows/fat-build.yml
vendored
2
.github/workflows/fat-build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Run Build
|
||||
run: ./gradlew shadowJar
|
||||
- run: mv build/libs/piped-*-all.jar piped.jar
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: piped.jar
|
||||
path: piped.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue