From 46026632917e7b09b355cbdf026c8ecbfeee08bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mutlu=20=C5=9Fim=C5=9Fek?= Date: Fri, 7 Jun 2024 19:39:15 +0300 Subject: [PATCH] revert upload artifact to v3 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 003bb56..d3f0cce 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: pytest --cov-fail-under=90 tests cd .. - name: Save Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: wheels path: dist @@ -96,7 +96,7 @@ jobs: pytest --cov-fail-under=90 tests cd .. - name: Save Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: wheels path: dist @@ -148,7 +148,7 @@ jobs: pytest --cov-fail-under=90 tests cd .. - name: Save Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: wheels path: dist