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.
1 parent 81e197b commit c9fe699Copy full SHA for c9fe699
.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