From e20e73dc523a05dd4357e1d907523e0fbcc70790 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Tue, 10 Sep 2024 13:26:01 -0700 Subject: [PATCH] fix test workflow --- .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 8b755a4..3b6c806 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - name: 🏃 Test with tox run: tox - name: 📤 Upload coverage to Codecov - uses: "actions/upload-artifact@v2.2.4" + uses: "actions/upload-artifact@v4" with: name: coverage-data path: "coverage.xml"