File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v5
3535 - uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.13.3
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v5
3737 with :
3838 name : ${{ matrix.os }}-wheel
3939 path : ./wheelhouse/*.whl
5151 run : |
5252 python -m pip install build
5353 python -m build --sdist
54- - uses : actions/upload-artifact@v4
54+ - uses : actions/upload-artifact@v5
5555 with :
5656 name : " sdist"
5757 path : dist/*.tar.gz
@@ -61,13 +61,13 @@ jobs:
6161 name : Download Wheels
6262 steps :
6363 - name : Download all workflow run artifacts
64- uses : actions/download-artifact@v5
64+ uses : actions/download-artifact@v6
6565 - name : Flatten directory
6666 working-directory : .
6767 run : |
6868 find . -mindepth 2 -type f -exec mv {} . \;
6969 find . -type d -empty -delete
70- - uses : actions/upload-artifact@v4
70+ - uses : actions/upload-artifact@v5
7171 with :
7272 name : all-dist-${{ github.run_id }}
7373 path : " ./*"
Original file line number Diff line number Diff line change 7373 id-token : write
7474 steps :
7575 - name : Download all the dists
76- uses : actions/download-artifact@v5
76+ uses : actions/download-artifact@v6
7777 with :
7878 name : all-dist-${{ github.run_id }}
7979 path : dist/
You can’t perform that action at this time.
0 commit comments