diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5bdaef4d..422b5077 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,6 +45,6 @@ jobs: - uses: actions/download-artifact@v4 with: name: coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}