File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242with :
4343go-version-file : ./go.mod
4444 - run : ./ci/test.sh
45- - uses : actions/upload-artifact@v3
45+ - uses : actions/upload-artifact@v4
4646with :
4747name : coverage.html
4848path : ./ci/out/coverage.html
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: daily
22on :
33workflow_dispatch :
44schedule :
5- - cron : ' 42 0 * * *' # daily at 00:42
5+ - cron : " 42 0 * * *" # daily at 00:42
66concurrency :
77group : ${{github.workflow }}
88cancel-in-progress : true
3030with :
3131go-version-file : ./go.mod
3232 - run : AUTOBAHN=1 ./ci/test.sh
33- - uses : actions/upload-artifact@v3
33+ - uses : actions/upload-artifact@v4
3434with :
3535name : coverage.html
3636path : ./ci/out/coverage.html
6060with :
6161go-version-file : ./go.mod
6262 - run : AUTOBAHN=1 ./ci/test.sh
63- - uses : actions/upload-artifact@v3
63+ - uses : actions/upload-artifact@v4
6464with :
6565name : coverage-dev.html
6666path : ./ci/out/coverage.html
You can’t perform that action at this time.
0 commit comments