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 5726771 commit 1d9e1e1
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 @@ -121,7 +121,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/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
name: 'actions-${{ matrix.os }}'
- name: 🏺 Publish logs
Expand Down

0 comments on commit 1d9e1e1

Please sign in to comment.