Skip to content

Commit

Permalink
Merge pull request #204 from rabbitholegg/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.0.0

chore(deps): bump codecov/codecov-action from 4.pre.beta to 4.0.0
  • Loading branch information
Quazia authored Feb 6, 2024
2 parents e368578 + 3fde9e7 commit fc1cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
command: pnpm test:ci -- --shard=${{ matrix.shard }}/${{ matrix.total-shards }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4-beta
uses: codecov/codecov-action@v4.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fc1cb13

Please sign in to comment.