diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6017763..5d7c4e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Clean Build run: ./gradlew clean build - name: Archive Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Plot2Dynmap-SNAPSHOT path: build/libs/*-SNAPSHOT.jar