Skip to content

Commit 014376e

Browse files
authored
Update build_publish.yml
1 parent a0f9021 commit 014376e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
CIBW_ARCHS_MACOS: "auto x86_64 universal2 arm64"
4040

41-
- uses: actions/upload-artifact@v4.4.3
41+
- uses: actions/upload-artifact@v3
4242
name: Upload wheels
4343
with:
4444
name: wheels
@@ -59,7 +59,7 @@ jobs:
5959
python -m pip install --upgrade pip
6060
pip install twine
6161
- name: Download Artifacts
62-
uses: actions/download-artifact@v4.1.8
62+
uses: actions/download-artifact@v3
6363
with:
6464
name: wheels
6565
path: ./wheels

0 commit comments

Comments
 (0)