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 b801e15 commit 9d111baCopy full SHA for 9d111ba
.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@v6
73
with:
74
name: code-coverage
75
path: build/cover.out
0 commit comments