Bump upload and download artifact actions

This commit is contained in:
Kavin 2023-12-17 04:58:47 +00:00
parent 0fddadb6f6
commit fdfc090eea
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
4 changed files with 6 additions and 6 deletions

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