File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 55on :
66 push :
77 branches :
8- - master
8+ - main
99 tags : ' *'
1010 pull_request :
11+ release :
1112
1213concurrency :
1314 # Skip intermediate builds: always.
@@ -42,20 +43,22 @@ jobs:
4243 os : windows-latest
4344 arch : x64
4445 steps :
45- - uses : actions/checkout@v3
46- - uses : julia-actions/setup-julia@v1
46+ - uses : actions/checkout@v4
47+ - uses : julia-actions/setup-julia@v2
4748 with :
4849 version : ${{ matrix.version }}
4950 arch : ${{ matrix.arch }}
50- - uses : julia-actions/cache@v1
51+ - uses : julia-actions/cache@v2
5152 - uses : julia-actions/julia-buildpkg@v1
5253 - uses : julia-actions/julia-runtest@v1
5354 with :
5455 coverage : ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
5556 - uses : julia-actions/julia-processcoverage@v1
5657 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
57- - uses : codecov/codecov-action@v3
58+ - uses : codecov/codecov-action@v4
5859 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
5960 with :
61+ fail_ci_if_error : true
62+ token : ${{ secrets.CODECOV_TOKEN }}
6063 file : lcov.info
6164
Original file line number Diff line number Diff line change 44 types :
55 - created
66 workflow_dispatch :
7+ inputs :
8+ lookback :
9+ default : 3
10+ permissions :
11+ contents : write
712jobs :
813 TagBot :
914 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
You can’t perform that action at this time.
0 commit comments