Skip to content

Commit 52417d2

Browse files
authored
Merge pull request #1308 from qubvel-org/dependabot/github_actions/codecov/codecov-action-6
2 parents 7716f1a + efe6623 commit 52417d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: uv run pytest -v -rsx -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml --non-marked-only
5757

5858
- name: Upload coverage reports to Codecov
59-
uses: codecov/codecov-action@v5
59+
uses: codecov/codecov-action@v6
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
slug: qubvel-org/segmentation_models.pytorch

0 commit comments

Comments
 (0)