From 2d5aeb4dcb51f9ef79a33bf78a017a5634e63711 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 19 Nov 2024 15:33:17 +0100 Subject: [PATCH] update ci --- .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 3dd3f33..d2aaf14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: python setup.py sdist --dist-dir .artifacts/dist ls .artifacts/dist - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Artifacts path: .artifacts/*