Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.3.0 to 4.5.0
  • Loading branch information
mmackz authored Aug 8, 2024
2 parents f07a3a7 + 2300a39 commit 3d0d3de
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.3.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3d0d3de

Please sign in to comment.