Skip to content

Commit a1675db

Browse files
committed
Upgrading deprecated upload-artifact action
1 parent 4e9324d commit a1675db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
python setup.py bdist_wheel --plat-name=win32
8080
8181
- name: Save wheel
82-
uses: actions/upload-artifact@v2
82+
uses: actions/upload-artifact@v4
8383
with:
8484
path: dist/*.whl
8585
if-no-files-found: error
@@ -120,7 +120,7 @@ jobs:
120120
python setup.py bdist_wheel --plat-name=win_amd64
121121
122122
- name: Save wheel
123-
uses: actions/upload-artifact@v2
123+
uses: actions/upload-artifact@v4
124124
with:
125125
path: dist/*.whl
126126
if-no-files-found: error

0 commit comments

Comments
 (0)