From f663e12d667127ad4cc918224b6596b3d52db3d9 Mon Sep 17 00:00:00 2001 From: Anja Adamov <57316423+adamovanja@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:38:14 +0200 Subject: [PATCH] update codecov action --- .github/workflows/ci-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 0410f7e..bfd90f5 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -25,7 +25,7 @@ jobs: name: ${{ needs.ci.outputs.additional-reports-name }} path: ${{ needs.ci.outputs.additional-reports-path }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 name: 'Upload coverage' with: fail_ci_if_error: true