Skip to content

Commit 81b2ebe

Browse files
committed
Update codecov-action version
1 parent b626267 commit 81b2ebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
INTEGRATION_PAT_GITLAB: ${{ secrets.INTEGRATION_PAT_GITLAB }}
4646
INTEGRATION_REPO_SSH_KEY_GITLAB: ${{ secrets.INTEGRATION_REPO_SSH_KEY_GITLAB }}
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v4
48+
- uses: codecov/codecov-action@v5
4949
with:
50-
file: lcov.info
50+
files: lcov.info
5151
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci_unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
env:
3636
COMPATHELPER_RUN_INTEGRATION_TESTS: "false"
3737
- uses: julia-actions/julia-processcoverage@v1
38-
- uses: codecov/codecov-action@v4
38+
- uses: codecov/codecov-action@v5
3939
with:
40-
file: lcov.info
40+
files: lcov.info
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
documentation:
4343
name: Documentation

0 commit comments

Comments
 (0)