Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1
  • Loading branch information
Quazia authored Apr 4, 2024
2 parents 9488ee6 + 689bf44 commit d4385cd
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.1.0
uses: codecov/codecov-action@v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d4385cd

Please sign in to comment.