We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddebb3 commit 5ee60dfCopy full SHA for 5ee60df
.github/workflows/package.yml
@@ -19,7 +19,7 @@ jobs:
19
run: python -m pip install numpy setuptools
20
21
- run: bash swig/python-packaging/setup.sh
22
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
23
with:
24
name: my-artifact
25
path: build/swig/python-packaging/
@@ -41,7 +41,7 @@ jobs:
41
- name: Install cibuildwheel
42
run: python -m pip install cibuildwheel==2.19.2
43
44
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
45
46
47
0 commit comments