From 6c142e63ed7dad33aa29e45b1a78dced40a88a76 Mon Sep 17 00:00:00 2001 From: stdefeber Date: Thu, 3 Oct 2024 09:32:48 +0200 Subject: [PATCH] Stroring artifacts p.2 --- .github/workflows/test-on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-on-push.yml b/.github/workflows/test-on-push.yml index 8845429..ac75ae2 100644 --- a/.github/workflows/test-on-push.yml +++ b/.github/workflows/test-on-push.yml @@ -28,8 +28,8 @@ jobs: - name: Test package run: | pytest -v -n auto - - name: Archive build artifacts - uses: actions/upload-artifact@v4 + - name: "Archive build artifacts" + uses: upload-artifact@v3.2.1-node20 with: name: "debug" path: |