diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 68af7881..2b8db277 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -91,6 +91,6 @@ jobs: - name: Upload coverage reports to Codecov for Ubuntu if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }}