Skip to content

Commit

Permalink
Merge pull request #442 from DanailMinchev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-v1.2.2

build(deps): bump codecov/codecov-action from v1.2.1 to v1.2.2
  • Loading branch information
DanailMinchev authored Mar 12, 2021
2 parents 1b1eedd + 406e8eb commit f0a3a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: ${{ github.workspace }}/coverage/
- name: Upload Test Coverage - Codecov
if: ${{ always() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: ${{ github.workspace }}/coverage/
- name: Upload Test Coverage - Codecov
if: ${{ always() }}
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build
Expand Down

0 comments on commit f0a3a50

Please sign in to comment.