diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7182994..ac7a407 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -72,7 +72,7 @@ jobs: docker rm test-container - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}