diff --git a/.github/workflows/codecov_test_suite.yml b/.github/workflows/codecov_test_suite.yml index 9f29ffd..62eb911 100644 --- a/.github/workflows/codecov_test_suite.yml +++ b/.github/workflows/codecov_test_suite.yml @@ -47,4 +47,4 @@ jobs: pip install coverage coverage run -m pytest - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index e2dc65e..2dce7df 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -68,4 +68,4 @@ jobs: pip install coverage coverage run -m pytest - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0