Skip to content

Commit 89c5bb6

Browse files
committed
chore(CI): update codecov to fix keybase signing issues
1 parent f9166eb commit 89c5bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
RUBY_YJIT_ENABLE: 1
150150
run: bin/rake spec
151151
- name: Upload code coverage from RSpec
152-
uses: codecov/codecov-action@v6.0.1
152+
uses: codecov/codecov-action@v7.0.0
153153
with:
154154
fail_ci_if_error: true
155155
token: ${{ secrets.CODECOV_TOKEN }}
@@ -167,7 +167,7 @@ jobs:
167167
RUBY_YJIT_ENABLE: 1
168168
run: bin/rake test
169169
- name: Upload code coverage from minitest
170-
uses: codecov/codecov-action@v6.0.1
170+
uses: codecov/codecov-action@v7.0.0
171171
with:
172172
fail_ci_if_error: true
173173
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)