Skip to content

Commit

Permalink
fix(CI): update codecov in github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Nov 14, 2024
1 parent 626b0ff commit db587d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ jobs:
RUBY_YJIT_ENABLE: 1
run: bin/rake spec
- name: Upload code coverage from RSpec
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: v0.6.0
version: v9.0.4
- name: Run minitest tests
env:
HOSTNAME: rails
Expand All @@ -159,11 +159,11 @@ jobs:
RUBY_YJIT_ENABLE: 1
run: bin/rake test
- name: Upload code coverage from minitest
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
version: v0.6.0
version: v9.0.4
migration-robustness:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit db587d3

Please sign in to comment.