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 39e797f commit 002fc9dCopy full SHA for 002fc9d
.github/workflows/ci.yaml
@@ -67,7 +67,7 @@ jobs:
67
- name: Run tests and generate coverage report
68
run: make build/cover.out
69
- name: Archive code coverage results
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
71
with:
72
name: code-coverage
73
path: build/cover.out
0 commit comments