We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652ff64 commit 51c7e3fCopy full SHA for 51c7e3f
1 file changed
.github/workflows/internal_tests.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Generate coverage report
52
run: go tool cover -html=coverage.out -o=coverage.html
53
54
- - uses: actions/upload-artifact@v7.0.0
+ - uses: actions/upload-artifact@v7.0.1
55
with:
56
name: coverage-report
57
path: coverage.html
0 commit comments