From 1849891fddbf775578e4ea9887cf685234bbd89e Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:37:05 +0200 Subject: [PATCH] Prepare for v0.5.1. --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 773be3e..933da20 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -28,7 +28,7 @@ jobs: - name: Check metadata run: pipx run twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: PhotoshopAPI_Py path: dist/*.tar.gz