File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 CIBW_SKIP : ${{ env.CIBW_SKIP }}
5959 CIBW_ARCHS : ${{ matrix.arch }}
6060
61- - uses : actions/upload-artifact@v6
61+ - uses : actions/upload-artifact@v7
6262 with :
6363 name : pypi-artifacts-${{ matrix.os }}-${{ matrix.arch }}
6464 path : ${{ github.workspace }}/wheelhouse/*.whl
7777 pip install build
7878 && python -m build --sdist . --outdir dist
7979
80- - uses : actions/upload-artifact@v6
80+ - uses : actions/upload-artifact@v7
8181 with :
8282 name : pypi-artifacts
8383 path : ${{ github.workspace }}/dist/*.tar.gz
8787 name : " Show artifacts"
8888 runs-on : ubuntu-22.04
8989 steps :
90- - uses : actions/download-artifact@v7
90+ - uses : actions/download-artifact@v8
9191 with :
9292 pattern : pypi-artifacts*
9393 path : ${{ github.workspace }}/dist
@@ -105,7 +105,7 @@ jobs:
105105 # upload to PyPI for every tag starting with 'v'
106106 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
107107 steps :
108- - uses : actions/download-artifact@v7
108+ - uses : actions/download-artifact@v8
109109 with :
110110 pattern : pypi-artifacts*
111111 path : ${{ github.workspace }}/dist
You can’t perform that action at this time.
0 commit comments