diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 150d9f3..949c783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: mkdir staging && cp build/libs/*.jar staging - name: Upload a Build Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: Preview Build (Do not report bugs for this build) path: staging