Skip to content

Commit ce0dd60

Browse files
authored
Update main.yml
1 parent 4c1367b commit ce0dd60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 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@v3
40+
- uses: actions/upload-artifact@v4
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@v3
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
path: dist/*.tar.gz
5656

@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
6161
steps:
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: artifact
6565
path: dist

0 commit comments

Comments
 (0)