Skip to content

Commit 64834c7

Browse files
author
Matthew Barnett
committed
Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.
1 parent 1bcd42e commit 64834c7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python -m cibuildwheel --output-dir wheelhouse
6060
6161
- name: Upload wheels
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: regex-files
6565
path: wheelhouse/*.whl
@@ -111,13 +111,13 @@ jobs:
111111
python -m cibuildwheel --output-dir wheelhouse
112112
113113
- name: Upload source distribution
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v3
115115
with:
116116
name: regex-files
117117
path: dist/*.tar.gz
118118

119119
- name: Upload manylinux1_x86_64 wheels
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v3
121121
with:
122122
name: regex-files
123123
path: wheelhouse/*.whl
@@ -153,7 +153,7 @@ jobs:
153153
python -m cibuildwheel --output-dir wheelhouse
154154
155155
- name: Upload ${{ matrix.arch }} wheels
156-
uses: actions/upload-artifact@v4
156+
uses: actions/upload-artifact@v3
157157
with:
158158
name: regex-files
159159
path: wheelhouse/*.whl
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166

167167
steps:
168-
- uses: actions/download-artifact@v4
168+
- uses: actions/download-artifact@v3
169169
with:
170170
name: regex-files
171171
path: dist

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version: 2024.9.14
2+
3+
Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.
4+
15
Version: 2024.9.13
26

37
Updated to actions/upload-artifact@v4 in main.yml.

0 commit comments

Comments
 (0)