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