File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 - release-*
77 pull_request :
88 types : [opened, synchronize, reopened]
9+ # needed to allow julia-actions/cache to delete old caches that it has created
10+ permissions :
11+ actions : write
12+ contents : read
913jobs :
1014 test :
1115 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.moi_test_modules }} - ${{ github.event_name }}
5862 moi_test_modules : ' Test;Utilities;Benchmarks'
5963 steps :
6064 - uses : actions/checkout@v4
61- - uses : julia-actions/setup-julia@v1
65+ - uses : julia-actions/setup-julia@v2
6266 with :
6367 version : ${{ matrix.version }}
6468 arch : ${{ matrix.arch }}
6872 env :
6973 MOI_TEST_MODULES : ${{ matrix.moi_test_modules }}
7074 - uses : julia-actions/julia-processcoverage@v1
71- - uses : codecov/codecov-action@v3
75+ - uses : codecov/codecov-action@v4
7276 with :
7377 file : lcov.info
78+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments