Skip to content

Commit 11505bc

Browse files
authored
Rollback upload and download artifacts to v3 in python-package.yml
1 parent 34ae8ec commit 11505bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: >
120120
pip3 install pkgconfig cython --upgrade &&
121121
python3 setup.py sdist
122-
- uses: actions/upload-artifact@v4
122+
- uses: actions/upload-artifact@v3
123123
name: Upload build artifacts
124124
with:
125125
path: dist/*.tar.gz
@@ -133,7 +133,7 @@ jobs:
133133
if: github.event_name == 'release' && github.event.action == 'created'
134134
steps:
135135
- name: Download the sdist artifact
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v3
137137
with:
138138
name: artifact
139139
path: dist

0 commit comments

Comments
 (0)