chore(deps): update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-14 22:20:18 +00:00 committed by GitHub
parent 2c5b9ef2c6
commit 83e1cd0467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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