From 8a7b0c1557b7c3ae6070cc17e379a2257bdeb032 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 14 Sep 2024 13:07:45 -0600 Subject: [PATCH] looks like gitea doesn't support upload-artifact@v4 yet --- .github/workflows/python_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 3f1755d..887e87e 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -26,7 +26,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: python-package-distributions path: dist/ @@ -50,7 +50,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: python-package-distributions path: dist/