From fc446bcc161fee009050213bb2d30a2d2dc36c6f Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Mon, 29 Apr 2024 21:19:32 +0200 Subject: [PATCH] Migrate to codecov-action@v4 (#358) --- .github/workflows/test_pysteps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pysteps.yml b/.github/workflows/test_pysteps.yml index 0af2f418..749dbc6e 100644 --- a/.github/workflows/test_pysteps.yml +++ b/.github/workflows/test_pysteps.yml @@ -100,7 +100,7 @@ jobs: - name: Upload coverage to Codecov (Linux only) if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }}