File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
tags : ' *'
10
10
pull_request :
11
+ release :
11
12
12
13
concurrency :
13
14
# Skip intermediate builds: always.
@@ -42,20 +43,22 @@ jobs:
42
43
os : windows-latest
43
44
arch : x64
44
45
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
47
48
with :
48
49
version : ${{ matrix.version }}
49
50
arch : ${{ matrix.arch }}
50
- - uses : julia-actions/cache@v1
51
+ - uses : julia-actions/cache@v2
51
52
- uses : julia-actions/julia-buildpkg@v1
52
53
- uses : julia-actions/julia-runtest@v1
53
54
with :
54
55
coverage : ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
55
56
- uses : julia-actions/julia-processcoverage@v1
56
57
if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
57
- - uses : codecov/codecov-action@v3
58
+ - uses : codecov/codecov-action@v4
58
59
if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
59
60
with :
61
+ fail_ci_if_error : true
62
+ token : ${{ secrets.CODECOV_TOKEN }}
60
63
file : lcov.info
61
64
Original file line number Diff line number Diff line change 4
4
types :
5
5
- created
6
6
workflow_dispatch :
7
+ inputs :
8
+ lookback :
9
+ default : 3
10
+ permissions :
11
+ contents : write
7
12
jobs :
8
13
TagBot :
9
14
if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
You can’t perform that action at this time.
0 commit comments