Skip to content

Commit

Permalink
Merge pull request #163 from powerapi-ng/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-3.1.3

build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3
  • Loading branch information
gfieni committed Apr 24, 2023
2 parents 886a369 + 4fa6dfd commit e1fe3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload coverage reports to Codecov
if: ${{ matrix.python-version }} == "3.8"
uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2
uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml

0 comments on commit e1fe3e3

Please sign in to comment.