Skip to content

Commit b24ad4d

Browse files
add coverage
1 parent 80c6307 commit b24ad4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo tarpaulin --exclude-files tests/* --out Xml --output-dir coverage
4242

4343
- name: Upload Coverage Report
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: coverage-report
4747
path: coverage

0 commit comments

Comments
 (0)