Skip to content

Commit 4c176f5

Browse files
committed
Update jarl version
1 parent 55d083f commit 4c176f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
shell: Rscript {0}
7878

7979
- name: Upload coverage report
80-
uses: codecov/codecov-action@v5
80+
uses: codecov/codecov-action@v6
8181
with:
8282
# Fail if error if not on PR, or if on PR and token is given
8383
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload test results to Codecov
9090
if: ${{ !cancelled() }}
91-
uses: codecov/codecov-action@v5
91+
uses: codecov/codecov-action@v6
9292
with:
9393
# Fail if error if not on PR, or if on PR and token is given
9494
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)