diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9dedf..9eb9e66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: ALLDEBRID_APIKEY: ${{ secrets.ALLDEBRID_APIKEY }} MONGO_URI: ${{ secrets.MONGO_URI }} run: ./gradlew build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ github.ref == 'refs/heads/main' }} with: name: jvmArtifacts-${{ github.sha }} @@ -84,7 +84,7 @@ jobs: # ALLDEBRID_APIKEY: ${{ secrets.ALLDEBRID_APIKEY }} # run: ./gradlew assemble # - run: native-image --no-fallback --allow-incomplete-classpath -jar "./build/libs/boat.jar" boatImage - # - uses: actions/upload-artifact@v5 + # - uses: actions/upload-artifact@v6 # if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }} # with: # name: graalVmArtifacts-${{ github.sha }}