Skip to content

Commit b45e109

Browse files
chore(deps): update codecov/codecov-action action to v5.3.1 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b3773e commit b45e109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: bundle exec rspec
3434
- name: Upload coverage to Codecov
3535
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
36-
uses: codecov/[email protected].0
36+
uses: codecov/[email protected].1
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
fail_ci_if_error: true

0 commit comments

Comments
 (0)