File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Build wheels
20- uses : pypa/cibuildwheel@v2.15 .0
21- - uses : actions/upload-artifact@v3
20+ uses : pypa/cibuildwheel@v2.20 .0
21+ - uses : actions/upload-artifact@v4
2222 with :
2323 path : ./wheelhouse/*.whl
2424
2929 - uses : actions/checkout@v4
3030 - name : Build sdist
3131 run : pipx run build --sdist
32- - uses : actions/upload-artifact@v3
32+ - uses : actions/upload-artifact@v4
3333 with :
3434 path : dist/*.tar.gz
3535
4242 id-token : write
4343 if : github.event_name == 'release' && github.event.action == 'published'
4444 steps :
45- - uses : actions/download-artifact@v3
45+ - uses : actions/download-artifact@v4
4646 with :
4747 name : artifact
4848 path : dist
6060 id-token : write
6161 if : github.event_name == 'release' && github.event.action == 'published'
6262 steps :
63- - uses : actions/download-artifact@v3
63+ - uses : actions/download-artifact@v4
6464 with :
6565 name : artifact
6666 path : dist
You can’t perform that action at this time.
0 commit comments