We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d4433 + 1761763 commit 9318a74Copy full SHA for 9318a74
.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
44
45
with:
46
name: Code coverage
0 commit comments