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.
2 parents 9a48b81 + f80c7c3 commit 3be6feeCopy full SHA for 3be6fee
.github/workflows/bench.yml
@@ -36,7 +36,7 @@ jobs:
36
run: go test -benchtime 100ms -v -bench . -run ^$ ./... | tee benchmark.txt
37
38
- name: Upload artifact
39
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
40
with:
41
name: benchmark-result
42
path: benchmark.txt
.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
run: make coverage
name: coverage
43
path: profile.out
0 commit comments