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 2929 poetry build -f sdist
3030
3131 - name : Store artifacts
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v5
3333 with :
3434 name : sdist
3535 path : ./dist
@@ -165,7 +165,7 @@ jobs:
165165 python -m cibuildwheel --output-dir dist
166166
167167 - name : Store artifacts
168- uses : actions/upload-artifact@v4
168+ uses : actions/upload-artifact@v5
169169 with :
170170 name : wheel-${{ matrix.python }}-${{ matrix.platform_id }}
171171 path : ./dist
@@ -216,7 +216,7 @@ jobs:
216216 python -m cibuildwheel --output-dir dist
217217
218218 - name : Store artifacts
219- uses : actions/upload-artifact@v4
219+ uses : actions/upload-artifact@v5
220220 with :
221221 name : wheel-${{ matrix.python }}-${{ matrix.platform_id }}
222222 path : ./dist/*.whl
You can’t perform that action at this time.
0 commit comments