From 4c05fb678f85f3fc80d746ca1e4d2049267252f1 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 14 Apr 2024 12:29:19 +0200 Subject: [PATCH] Update Codecov action --- .github/workflows/smoke-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index ce523935484..de338347c6c 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -85,10 +85,9 @@ jobs: run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml - name: "Publish coverage report to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - functionalities: network fail_ci_if_error: true - name: Ping statistics server with test results