We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e39b commit 1d55e35Copy full SHA for 1d55e35
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Coverage summary
52
run: go tool cover -func=coverage.out | tail -1 >> $GITHUB_STEP_SUMMARY
53
54
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
55
with:
56
name: coverage-report-${{ matrix.go-version }}
57
path: coverage.out
0 commit comments