Skip to content

Commit fefaa8c

Browse files
chore(deps): update codecov/codecov-action action to v4.0.2 (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cea7d0 commit fefaa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
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].1
36+
uses: codecov/[email protected].2
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
fail_ci_if_error: true

0 commit comments

Comments
 (0)