File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2929 name : Linux
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v1
32+ uses : actions/checkout@v4.1.6
3333 with :
3434 fetch-depth : 10
3535
5353
5454 - name : Cache Build
5555 id : cache-build
56- uses : actions/cache@v2
56+ uses : actions/cache@v4.0.2
5757 with :
5858 path : ${{ env.CACHE_PATH }}
5959 key : ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
9292 config : [Debug, Release]
9393 steps :
9494 - name : Checkout repository
95- uses : actions/checkout@v1
95+ uses : actions/checkout@v4.1.6
9696 with :
9797 fetch-depth : 10
9898
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Cache build
107107 id : cache-build
108- uses : actions/cache@v2
108+ uses : actions/cache@v4.0.2
109109 with :
110110 path : ${{ env.appdata }}\Mozilla\sccache
111111 key : ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
Original file line number Diff line number Diff line change 2323 name : Linux
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v1
26+ uses : actions/checkout@v4.1.6
2727 with :
2828 fetch-depth : 10
2929
4141
4242 - name : Cache Build
4343 id : cache-build
44- uses : actions/cache@v3
44+ uses : actions/cache@v4.0.2
4545 with :
4646 path : ${{ env.CACHE_PATH }}
4747 key : ${{ runner.os }}-Release-${{ matrix.threading }}-cache-${{ github.sha }}
7272 lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' '*tests/*.cpp' '*tests/*.h' --output-file coverage.info
7373
7474 - name : Upload Coverage
75- uses : codecov/codecov-action@v3
75+ uses : codecov/codecov-action@v4
76+ env :
77+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7678 with :
7779 flags : polysolve # optional
7880 files : coverage.info
You can’t perform that action at this time.
0 commit comments