File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 env :
2727 CIBW_BEFORE_BUILD : pip install babel && pybabel compile -d plotpy/locale -D plotpy
2828
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@v6
3030 with :
3131 name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3232 path : ./wheelhouse/*.whl
4848 - name : Build sdist
4949 run : pipx run build --sdist
5050
51- - uses : actions/upload-artifact@v4
51+ - uses : actions/upload-artifact@v6
5252 with :
5353 name : cibw-sdist
5454 path : dist/*.tar.gz
6161 id-token : write
6262 if : github.event_name == 'release' && github.event.action == 'published'
6363 steps :
64- - uses : actions/download-artifact@v4
64+ - uses : actions/download-artifact@v7
6565 with :
6666 # unpacks all CIBW artifacts into dist/
6767 pattern : cibw-*
You can’t perform that action at this time.
0 commit comments