From 46dfaf90e60ed29b2e61105291baac4f18184509 Mon Sep 17 00:00:00 2001 From: Lino Date: Thu, 3 Oct 2024 04:53:10 +0200 Subject: [PATCH] Updated upload-artifact to v4 Deprecated action broke the build --- .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 c48b8b0..c76ae44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: pdm build - name: Save artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: # These are pure-python, so we don't need to worry about platform name: wheels