diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 12627c3..1f467fc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -59,7 +59,7 @@ jobs: env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: GameAPI-jar path: target/*.jar