Skip to content

Commit 5ee60df

Browse files
committed
artifacts v4
1 parent dddebb3 commit 5ee60df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: python -m pip install numpy setuptools
2020

2121
- run: bash swig/python-packaging/setup.sh
22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: my-artifact
2525
path: build/swig/python-packaging/
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install cibuildwheel
4242
run: python -m pip install cibuildwheel==2.19.2
4343

44-
- uses: actions/download-artifact@v2
44+
- uses: actions/download-artifact@v4
4545
with:
4646
name: my-artifact
4747

0 commit comments

Comments
 (0)