From ff4ad23a9841ef3d127100fbdabe2aede60ef223 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 24 Jul 2024 21:34:38 +0200 Subject: [PATCH] chore: update codecov-action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4e75d1..2f8da220 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -332,7 +332,7 @@ jobs: - name: Upload Coverage Data if: matrix.build_type == 'clang-coverage-ninja' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.coverage-files.outputs.list }}