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 337763b commit 3a2a39fCopy full SHA for 3a2a39f
.github/workflows/unittest.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Generate coverage report
41
if: always() && matrix.os == 'ubuntu-latest'
42
run: go tool cover -html coverage.out -o coverage.html
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
44
45
with:
46
name: Code coverage
0 commit comments