Update `upload-artifact` to v4.

Apparently there are numerous performance and behavioral improvements.
This commit is contained in:
Andreas Troelsen 2023-12-30 23:49:03 +01:00
parent 4c855e6705
commit 614d95683e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
run: ./gradlew build --no-daemon
- name: 'Upload artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MobArena.jar
path: build/libs/MobArena-*.jar