Skip to content

Commit

Permalink
bump codecov-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 7, 2023
1 parent ead02bd commit eee7705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run tests for webpack version ${{ matrix.webpack-version }}
run: yarn test-only
- name: Submit coverage data to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
if: ${{ matrix.coverage }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit eee7705

Please sign in to comment.