We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae8ec commit 11505bcCopy full SHA for 11505bc
1 file changed
.github/workflows/python-package.yml
@@ -119,7 +119,7 @@ jobs:
119
run: >
120
pip3 install pkgconfig cython --upgrade &&
121
python3 setup.py sdist
122
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
123
name: Upload build artifacts
124
with:
125
path: dist/*.tar.gz
@@ -133,7 +133,7 @@ jobs:
133
if: github.event_name == 'release' && github.event.action == 'created'
134
steps:
135
- name: Download the sdist artifact
136
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
137
138
name: artifact
139
path: dist
0 commit comments