diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7485ee8d..209c4a3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: - name: "Upload coverage to Codecov" if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }} - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true