From d6c208583ef98fec27c51e9e32ccfe601078c360 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 8 Sep 2024 04:51:48 +0800 Subject: chore(workflow): downgrade actions/download-artifact to v3 (#107) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49b1a9b..d9200ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 with: name: wheels - name: Publish to PyPI -- cgit v1.2.3-70-g09d2