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 723d614 commit 892714fCopy full SHA for 892714f
.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@v5
+ - uses: actions/upload-artifact@v6
44
45
with:
46
name: Code coverage
0 commit comments