Skip to content

Commit 499d675

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3
1 parent 506e999 commit 499d675

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
@@ -37,7 +37,7 @@ jobs:
3737
run: bundle exec rspec
3838
- name: Upload coverage to Codecov
3939
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
40-
uses: codecov/codecov-action@v5.5.2
40+
uses: codecov/codecov-action@v5.5.3
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)