diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15b7950..e325aca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Archive artifacts if: matrix.java == '21' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: build-artifacts path: | @@ -118,7 +118,7 @@ jobs: - name: Upload dependency-check report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dependency-check-report path: target/dependency-check-report.html