Skip to content

Commit 10dab28

Browse files
authored
Merge pull request #27 from sandialabs/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 72a393b + b9978b4 commit 10dab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
23+
uses: codecov/codecov-action@v4
2424
with:
2525
name: codecov-umbrella
2626
verbose: true

0 commit comments

Comments
 (0)