Skip to content

Commit f109d79

Browse files
authored
Update main.yml
1 parent f6fc9f7 commit f109d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install -U wheel setuptools
3838
python setup.py bdist_wheel -d wheelhouse
3939
40-
- uses: actions/upload-artifact@v2
40+
- uses: actions/upload-artifact@v3
4141
with:
4242
path: wheelhouse/*.whl
4343

@@ -50,7 +50,7 @@ jobs:
5050
- name: Build sdist
5151
run: python setup.py sdist -d dist
5252

53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v3
5454
with:
5555
path: dist/*.tar.gz
5656

0 commit comments

Comments
 (0)