diff --git a/.github/workflows/testReportJob.yml b/.github/workflows/testReportJob.yml index 14f00461..d9521c07 100644 --- a/.github/workflows/testReportJob.yml +++ b/.github/workflows/testReportJob.yml @@ -59,7 +59,7 @@ jobs: ls /build/reports/kover/html - name: Archive code coverage results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: code-coverage-report path: /build/reports/kover/html