diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8291d83..df2bed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage-report/target/site/jacoco-aggregate/index.html