We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1b410 commit fd9c4f8Copy full SHA for fd9c4f8
.github/workflows/testReportJob.yml
@@ -59,7 +59,7 @@ jobs:
59
ls /build/reports/kover/html
60
61
- name: Archive code coverage results
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
with:
64
name: code-coverage-report
65
path: /build/reports/kover/html
0 commit comments