diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0ced92..76e33e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: needs: build steps: - name: Download coverage report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage-report path: build/reports/jacoco/testCodeCoverageReport