Skip to content

Commit 1817519

Browse files
chore(deps): update codecov/codecov-action action to v6.0.1 (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b113b07 commit 1817519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6.0.0
40+
uses: codecov/codecov-action@v6.0.1
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true

0 commit comments

Comments
 (0)