diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 27cca40..f27037a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -107,7 +107,7 @@ jobs: # Upload the .jar file - name: 'Upload Build Artifact: BetterChairs.jar' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: BetterChairs path: ./modules/betterchairs-plugin/target/BetterChairs*.jar