diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index e1835f4..c9a4881 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -79,4 +79,4 @@ jobs: - name: Test with pytest run: | pytest --cov=signac_dashboard --cov-config=pyproject.toml --cov-report=xml tests/ -v - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5