From d0197d5c5e1d07f9a32f1c762254ebf2f7cc6786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Mon, 18 Nov 2024 23:47:52 +0200 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 --- .github/workflows/test-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 59c9788..fc47824 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -105,7 +105,7 @@ jobs: - name: after test if: ${{ matrix.after_test }} run: ${{ matrix.after_test }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: ${{ matrix.codecov }} with: files: ./coverage.info