File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 99 tags : ' *'
1010 pull_request :
1111 release :
12+ workflow_dispatch :
1213
1314concurrency :
1415 # Skip intermediate builds: always.
3839 arch : x86
3940 - version : 1
4041 os : macOS-latest
41- arch : x64
42+ arch : arm64
4243 - version : 1
4344 os : windows-latest
4445 arch : x64
@@ -55,12 +56,12 @@ jobs:
5556 coverage : ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
5657 - uses : julia-actions/julia-processcoverage@v1
5758 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
58- - uses : codecov/codecov-action@v5
59+ - uses : codecov/codecov-action@v6
5960 if : matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
6061 with :
6162 fail_ci_if_error : true
6263 token : ${{ secrets.CODECOV_TOKEN }}
63- file : lcov.info
64+ files : lcov.info
6465 docs :
6566 name : Documentation
6667 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 inputs :
88 lookback :
9- default : 3
9+ default : " 3 "
1010permissions :
11+ actions : read
12+ checks : read
1113 contents : write
14+ deployments : read
15+ issues : read
16+ discussions : read
17+ packages : read
18+ pages : read
19+ pull-requests : read
20+ repository-projects : read
21+ security-events : read
22+ statuses : read
1223jobs :
1324 TagBot :
1425 if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
You can’t perform that action at this time.
0 commit comments