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 e5d215e commit 387a6bdCopy full SHA for 387a6bd
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
run: go test -failfast -v -timeout=300s -coverprofile=profile.cov ./...
51
52
- name: Upload coverage profile
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
54
with:
55
name: coverage-profile-${{ github.run_id }}
56
path: profile.cov
0 commit comments