diff --git a/.github/workflows/test_pipeline.yml b/.github/workflows/test_pipeline.yml index 88dde67c..5062311f 100644 --- a/.github/workflows/test_pipeline.yml +++ b/.github/workflows/test_pipeline.yml @@ -43,6 +43,6 @@ jobs: coverage run -m pytest - name: Upload coverage to codecov (Only do this for the ubuntu-latest job) if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{secrets.CODECOV_TOKEN}}