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 a88ca7c commit bea8709Copy full SHA for bea8709
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
grep -v -e ".pb.go:" -e ".pb.gw.go:" -e ".mock.go:" -e "/mock/" profile.out > profile.out.clean
55
56
- name: Upload artifact
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
58
with:
59
name: coverage
60
path: profile.out.clean
0 commit comments