We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1522b commit 93f9cd1Copy full SHA for 93f9cd1
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Clean Build
18
run: ./gradlew clean build
19
- name: Archive Artifacts
20
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
21
with:
22
name: Plot2Dynmap-SNAPSHOT
23
path: build/libs/*-SNAPSHOT.jar
0 commit comments