Skip to content

Commit 990cdbb

Browse files
committed
Revert download/upload artifact action to older version for now
1 parent dfcc42f commit 990cdbb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
target: [x86_64, aarch64]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v3
2323
- uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.10"
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
5757
- name: Upload wheels
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v3
5959
with:
6060
name: wheels
6161
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
args: --release --out dist --find-interpreter
8181
sccache: 'true'
8282
- name: Upload wheels
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v3
8484
with:
8585
name: wheels
8686
path: dist
@@ -101,7 +101,7 @@ jobs:
101101
args: --release --out dist --find-interpreter
102102
sccache: 'true'
103103
- name: Upload wheels
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v3
105105
with:
106106
name: wheels
107107
path: dist
@@ -122,7 +122,7 @@ jobs:
122122
args: --release --out dist --find-interpreter
123123
sccache: 'true'
124124
- name: Upload wheels
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v3
126126
with:
127127
name: wheels
128128
path: dist
@@ -137,7 +137,7 @@ jobs:
137137
command: sdist
138138
args: --out dist
139139
- name: Upload sdist
140-
uses: actions/upload-artifact@v4
140+
uses: actions/upload-artifact@v3
141141
with:
142142
name: wheels
143143
path: dist

0 commit comments

Comments
 (0)