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 3737 mkdir -p dist/
3838 echo "${VERSION}" > dist/VERSION
3939
40- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
40+ - uses : actions/upload-artifact@v4.6.2
4141 with :
4242 name : dist
4343 path : dist/
6464 python -m pip install --upgrade setuptools wheel pip
6565 python setup.py sdist
6666
67- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
67+ - uses : actions/upload-artifact@v4.6.2
6868 with :
6969 name : dist
7070 path : dist/*.tar.*
@@ -121,7 +121,7 @@ jobs:
121121 CIBW_ARCHS : ${{ matrix.cibw_arch }}
122122 CIBW_TEST_SKIP : " *universal2:arm64"
123123
124- - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124+ - uses : actions/upload-artifact@v4.6.2
125125 with :
126126 name : dist
127127 path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments