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 c7b2050 commit 021d0f6Copy full SHA for 021d0f6
.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@v5
+ uses: actions/upload-artifact@v4
73
with:
74
name: code-coverage
75
path: build/cover.out
0 commit comments