File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
go-version-file : ./go.mod
44
44
- run : ./ci/test.sh
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
with :
47
47
name : coverage.html
48
48
path : ./ci/out/coverage.html
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: daily
2
2
on :
3
3
workflow_dispatch :
4
4
schedule :
5
- - cron : ' 42 0 * * *' # daily at 00:42
5
+ - cron : " 42 0 * * *" # daily at 00:42
6
6
concurrency :
7
7
group : ${{ github.workflow }}
8
8
cancel-in-progress : true
30
30
with :
31
31
go-version-file : ./go.mod
32
32
- run : AUTOBAHN=1 ./ci/test.sh
33
- - uses : actions/upload-artifact@v3
33
+ - uses : actions/upload-artifact@v4
34
34
with :
35
35
name : coverage.html
36
36
path : ./ci/out/coverage.html
60
60
with :
61
61
go-version-file : ./go.mod
62
62
- run : AUTOBAHN=1 ./ci/test.sh
63
- - uses : actions/upload-artifact@v3
63
+ - uses : actions/upload-artifact@v4
64
64
with :
65
65
name : coverage-dev.html
66
66
path : ./ci/out/coverage.html
You can’t perform that action at this time.
0 commit comments