Skip to content

Commit a68f9e6

Browse files
authored
Merge pull request #33 from sandialabs/dependabot/github_actions/codecov/codecov-action-5
2 parents 4793d4c + 7860a79 commit a68f9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: pytest
2121
run: python -m pytest --verbose --cov=./statmechcrack/ --cov-report xml
2222
- name: codecov
23-
uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v5
2424
with:
2525
name: codecov-umbrella
2626
verbose: true

0 commit comments

Comments
 (0)