We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 116a8b9 + 9068c16 commit c7b2050Copy full SHA for c7b2050
.github/workflows/ci.yaml
@@ -69,7 +69,7 @@ jobs:
69
- name: Run tests and generate coverage report
70
run: make build/cover.out
71
- name: Archive code coverage results
72
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
73
with:
74
name: code-coverage
75
path: build/cover.out
0 commit comments