Skip to content

Commit e4ee0a1

Browse files
authored
Merge pull request #1169 from stan-dev/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 5809552 + 1572c89 commit e4ee0a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
covr::to_cobertura(cov)
8888
shell: Rscript {0}
8989

90-
- uses: codecov/codecov-action@v5
90+
- uses: codecov/codecov-action@v6
9191
with:
9292
# Fail if error if not on PR, or if on PR and token is given
9393
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)