From a6d1b93c5fd5338985f0c5626bad5d5cd9357e5a Mon Sep 17 00:00:00 2001 From: Paul Daumlechner Date: Wed, 11 Sep 2024 18:57:01 +0200 Subject: [PATCH] Fix upload-artifacts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d5c474f..245b1f88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Isort run: isort --check-only test examples pyvlx - name: Upload coverage artifact - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.python-version }} path: .coverage