Skip to content

Commit d6630cb

Browse files
committed
ci: fix upload-artifact
1 parent f17a732 commit d6630cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
token: ${{secrets.CODECOV_TOKEN}}
3030
- name: Archive code coverage results
31-
uses: actions/upload-artifact@v1
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: code-coverage-report
3434
path: cobertura.xml

0 commit comments

Comments
 (0)