Skip to content

Commit 41ef30d

Browse files
authored
Merge pull request #922 from sloede/msl/bump-codecov-action-version
Bump codecov/codecov-action from 3 to 4 + pass CODECOV_TOKEN
2 parents dad329d + fefaab9 commit 41ef30d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
5959
with:
6060
coverage: ${{ matrix.coverage }}
6161
- uses: julia-actions/julia-processcoverage@latest
62-
- uses: codecov/codecov-action@v3
62+
- uses: codecov/codecov-action@v4
6363
with:
6464
file: lcov.info
65+
env:
66+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6567
docs:
6668
runs-on: ubuntu-latest
6769
timeout-minutes: 30

0 commit comments

Comments
 (0)