Skip to content

Commit

Permalink
Update codecov/codecov-action action to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2022
1 parent 74e8415 commit 718709c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
path: 'coverage/'
- name: 🐿 Publish Coverage
if: (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
name: 'actions-${{ matrix.os }}'
- name: 🏺 Publish logs
Expand Down

0 comments on commit 718709c

Please sign in to comment.