mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
2c5b9ef2c6
commit
83e1cd0467
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,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-old.jar
|
||||
path: piped.jar
|
||||
|
|
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