Skip to content

Commit 2a4abd1

Browse files
authored
Merge pull request #18 from sandialabs/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 3 to 5
2 parents 5f515fa + 65d44bf commit 2a4abd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Upload coverage to Codecov
5050
if: matrix.python-version == '3.11'
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v5
5252
with:
5353
file: ./coverage.xml
5454
flags: unittests

0 commit comments

Comments
 (0)