Skip to content

Commit

Permalink
build(deps): codecov/codecov-action from 3.1.1 to 3.1.3 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2023
1 parent d65184c commit c8a2e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn test
- name: Code coverage
if: ${{ success() && contains(matrix.node-version, env.COV_NODE_VERSION) }}
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.3
- name: Confirm integration
if: ${{ success() }}
run: yarn test:integration

0 comments on commit c8a2e34

Please sign in to comment.