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 4444 fetch-depth : 0
4545 - name : Build sdist
4646 run : pipx run build -s
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@v5
4848 with :
4949 name : source-dist
5050 path : ./dist/*.tar.gz
9696 env :
9797 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
9898
99- - uses : actions/upload-artifact@v4
99+ - uses : actions/upload-artifact@v5
100100 with :
101101 name : ${{ matrix.python == '*' && 'all' || matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}-dist
102102 path : ./wheelhouse/*.whl
@@ -106,7 +106,7 @@ jobs:
106106 needs : [build-sdist]
107107 runs-on : ubuntu-latest
108108 steps :
109- - uses : actions/download-artifact@v5
109+ - uses : actions/download-artifact@v6
110110 with :
111111 name : source-dist
112112 path : ./dist
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ubuntu-latest
128128 needs : [test-sdist, build-wheel]
129129 steps :
130- - uses : actions/download-artifact@v5
130+ - uses : actions/download-artifact@v6
131131 with :
132132 path : dist/
133133 pattern : ' *-dist'
@@ -141,7 +141,7 @@ jobs:
141141 needs : [pre-publish]
142142 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
143143 steps :
144- - uses : actions/download-artifact@v5
144+ - uses : actions/download-artifact@v6
145145 with :
146146 path : dist/
147147 pattern : ' *-dist'
You can’t perform that action at this time.
0 commit comments