diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2f318fe89..4183e3eff 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -53,6 +53,6 @@ jobs: run: make test-coverage-integration - name: "Upload coverage reports to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}