From 9bdbc6cb1904ef91cef67e4f6fde48831a5520b8 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 18 Nov 2024 09:10:47 +0100 Subject: [PATCH] Bump codecov-action version --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index fb286dd6f..19f58be70 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -142,7 +142,7 @@ jobs: shell: bash - name: Upload test coverage to Codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 # FIXME Limit runtime until # https://github.com/codecov/codecov-action/issues/1316 is resolved timeout-minutes: 1