From 0eda721f366dd1e097fdbb8b633ccc556090db82 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Tue, 23 Jun 2026 15:37:46 +0100 Subject: [PATCH] fix: upgrade codecov/codecov-action to v7.0.0 to fix GPG signature verification --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96e58d9ca..7c7e959b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: run: yarn run test:coverage:all - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} name: ${{ env.CODECOV_UNIQUE_NAME }} @@ -80,7 +80,7 @@ jobs: # steps: # - name: Checkout code # uses: actions/checkout@v4 - + # - name: Get Changed Unauthorized files # id: changed-unauth-files # uses: tj-actions/changed-files@v46 @@ -110,7 +110,7 @@ jobs: # .prettierignore # .dockerignore # makefile - + # - name: List all changed unauthorized files # if: steps.changed-unauth-files.outputs.any_changed == 'true' || steps.changed-unauth-files.outputs.any_deleted == 'true' # env: