From 13a3cc094ffb0b2fb20b984707d5624c9300c300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Hu=CC=88hne?= Date: Mon, 22 Apr 2024 12:12:58 +0200 Subject: [PATCH] Update codecov action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67e0866..b2e3e8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,6 @@ jobs: DATABASE_URL: postgresql://postgres:postgres@0.0.0.0:5432/jedeschule_test DATABASE_URL_TEST: postgresql://postgres:postgres@0.0.0.0:5432/jedeschule_test - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true