diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 223f07f..604ba9d 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -61,7 +61,7 @@ jobs: repository: ${{ inputs.setup-repository }} path: ./.github-ci-action-repo - uses: ./.github-ci-action-repo - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: ${{ inputs.codecov }}