From 325064313fee3be1acb3bc29192abad5229484ac Mon Sep 17 00:00:00 2001 From: Tihomir Mateev Date: Thu, 24 Oct 2024 21:31:00 +0300 Subject: [PATCH] Not really sure what is happening --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 66bd13f02..d1fdc656a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,7 @@ jobs: JVM_OPTS: -Xmx3200m TERM: dumb - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test failure reports to Codecov