Skip to content

Commit 333116a

Browse files
Merge pull request #75 from PennChopMicrobiomeProgram/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 05be160 + 6b18372 commit 333116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pytest --cov sample_registry
2626
cp .coverage ../
2727
- name: "Upload coverage to Codecov"
28-
uses: codecov/codecov-action@v5
28+
uses: codecov/codecov-action@v6
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131

0 commit comments

Comments
 (0)