Skip to content

Commit 99ecf2e

Browse files
chore(deps): update codecov/codecov-action action to v5.4.0
1 parent ea5873a commit 99ecf2e

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/codecov-action@v5.3.1
36+
uses: codecov/codecov-action@v5.4.0
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
fail_ci_if_error: true

0 commit comments

Comments
 (0)