File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 with :
4040 package-dir : ./projects/mpy-cross-v5
4141
42- - uses : actions/upload-artifact@v6
42+ - uses : actions/upload-artifact@v7
4343 with :
4444 name : artifact-${{ matrix.os }}
4545 path : ./wheelhouse/*.whl
5555 - name : Build sdist
5656 run : pipx run build --sdist projects/mpy-cross-v5
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-source
6161 path : projects/mpy-cross-v5/dist/*.tar.gz
Original file line number Diff line number Diff line change 3939 with :
4040 package-dir : ./projects/mpy-cross-v6.1
4141
42- - uses : actions/upload-artifact@v6
42+ - uses : actions/upload-artifact@v7
4343 with :
4444 name : artifact-${{ matrix.os }}
4545 path : ./wheelhouse/*.whl
5555 - name : Build sdist
5656 run : pipx run build --sdist projects/mpy-cross-v6.1
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-source
6161 path : projects/mpy-cross-v6.1/dist/*.tar.gz
Original file line number Diff line number Diff line change 3939 with :
4040 package-dir : ./projects/mpy-cross-v6.2
4141
42- - uses : actions/upload-artifact@v6
42+ - uses : actions/upload-artifact@v7
4343 with :
4444 name : artifact-${{ matrix.os }}
4545 path : ./wheelhouse/*.whl
5555 - name : Build sdist
5656 run : pipx run build --sdist projects/mpy-cross-v6.2
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-source
6161 path : projects/mpy-cross-v6.2/dist/*.tar.gz
Original file line number Diff line number Diff line change 3939 with :
4040 package-dir : ./projects/mpy-cross-v6.3
4141
42- - uses : actions/upload-artifact@v6
42+ - uses : actions/upload-artifact@v7
4343 with :
4444 name : artifact-${{ matrix.os }}
4545 path : ./wheelhouse/*.whl
5555 - name : Build sdist
5656 run : pipx run build --sdist projects/mpy-cross-v6.3
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-source
6161 path : projects/mpy-cross-v6.3/dist/*.tar.gz
Original file line number Diff line number Diff line change 3939 with :
4040 package-dir : ./projects/mpy-cross-v6
4141
42- - uses : actions/upload-artifact@v6
42+ - uses : actions/upload-artifact@v7
4343 with :
4444 name : artifact-${{ matrix.os }}
4545 path : ./wheelhouse/*.whl
5555 - name : Build sdist
5656 run : pipx run build --sdist projects/mpy-cross-v6
5757
58- - uses : actions/upload-artifact@v6
58+ - uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-source
6161 path : projects/mpy-cross-v6/dist/*.tar.gz
Original file line number Diff line number Diff line change 1919 - name : Buld the distribution package
2020 run : pipx run build
2121 - name : Store the distribution package
22- uses : actions/upload-artifact@v6
22+ uses : actions/upload-artifact@v7
2323 with :
2424 name : dist
2525 path : dist/
You can’t perform that action at this time.
0 commit comments