1 parent 29d6ba2 commit 6bf8e82Copy full SHA for 6bf8e82
1 file changed
.github/workflows/go.yml
@@ -37,7 +37,7 @@ jobs:
37
run: go test -v -coverprofile=coverage.out ./...
38
39
- name: Upload Coverage Report
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
if: always()
42
with:
43
name: coverage-report
@@ -92,7 +92,7 @@ jobs:
92
test -s /tmp/gogotrace-test/output.html
93
94
- name: Upload Test Artifacts
95
96
97
98
name: test-outputs
0 commit comments