We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7909b6 commit 4180816Copy full SHA for 4180816
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
go-version-file: ./go.mod
44
- run: ./ci/test.sh
45
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
46
47
name: coverage.html
48
path: ./ci/out/coverage.html
.github/workflows/daily.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- run: AUTOBAHN=1 ./ci/test.sh
33
34
35
36
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
name: coverage-dev.html
66
0 commit comments