Skip to content

Commit 10a93b3

Browse files
authored
Merge pull request #61 from stslex/dev
fix upload artifact
2 parents eae9da0 + fd9c4f8 commit 10a93b3

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)