Skip to content

Commit 35cfb85

Browse files
authored
Merge pull request #465 from powerapi-ng/dependabot/github_actions/codecov/codecov-action-5.0.0
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0
2 parents 29bb88a + b0530bf commit 35cfb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Upload coverage reports to Codecov
4646
if: ${{ matrix.python-version }} == "3.10"
47-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
47+
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
file: coverage.xml

0 commit comments

Comments
 (0)