diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index beb2765..4c6f51f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -54,6 +54,6 @@ jobs: - name: Upload coverage reports to Codecov for Ubuntu if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-ver == '3.10' }} - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}