Skip to content

Commit fd9c4f8

Browse files
committed
fix upload artifact
1 parent 3b1b410 commit fd9c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testReportJob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ls /build/reports/kover/html
6060
6161
- name: Archive code coverage results
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: code-coverage-report
6565
path: /build/reports/kover/html

0 commit comments

Comments
 (0)