From 08c3ab9bc45460f7c4b33123ec01e69aa91e0be3 Mon Sep 17 00:00:00 2001 From: ompushkara Date: Mon, 8 Jun 2026 15:40:46 +0100 Subject: [PATCH] fix: update codecov-action to v6.0.2 for GPG key fix --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 312eebb1..2f998b17 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -90,7 +90,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 + uses: codecov/codecov-action@8cad3ba95e5920c42f44492e54bc9639cba47959 # v6.0.2 with: files: coverage.xml flags: unit