diff --git a/.github/workflows/codecov_test_suite.yml b/.github/workflows/codecov_test_suite.yml index b76b54aa..a3346788 100644 --- a/.github/workflows/codecov_test_suite.yml +++ b/.github/workflows/codecov_test_suite.yml @@ -49,4 +49,4 @@ jobs: pip install coverage coverage run -m pytest - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5b356568..c3c71f84 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -72,4 +72,4 @@ jobs: pip install coverage coverage run -m pytest - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0