diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0376163..9d3b25d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -60,7 +60,7 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} SONAR_ORGANIZATION: ${{ secrets.SONARCLOUD_ORGANIZATION }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: matrix.java == 17 && success() with: path: target/dependency-track.hpi