diff --git a/.github/workflows/codecov_test_suite.yml b/.github/workflows/codecov_test_suite.yml index 62eb911..5cfffe2 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.2.0 + uses: codecov/codecov-action@v4.4.0 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 2dce7df..e7797af 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.2.0 + uses: codecov/codecov-action@v4.4.0