diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e2d31c..cf6cc43 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@v3 + uses: actions/upload-artifact@v4 with: name: Plot2Dynmap-SNAPSHOT path: build/libs/*-SNAPSHOT.jar