Skip to content

Commit 23f2117

Browse files
authored
Merge pull request #344 from stan-dev/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 7eafeb8 + 2896b90 commit 23f2117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
covr::to_cobertura(cov)
4141
shell: Rscript {0}
4242

43-
- uses: codecov/codecov-action@v5
43+
- uses: codecov/codecov-action@v6
4444
with:
4545
# Fail if error if not on PR, or if on PR and token is given--dependabot is treated like fork
4646
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)