File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : python -m build
3232
3333 - name : Save built packages as artifact
34- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
34+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3535 with :
3636 name : packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
3737 path : dist/
Original file line number Diff line number Diff line change 4949
5050 - name : Upload test log
5151 if : failure()
52- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353 with :
5454 name : log-nightly-tests
5555 path : tests-nightly.log
9090
9191 - name : Upload build log
9292 if : failure()
93- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
93+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9494 with :
9595 name : log-nightly-docs
9696 path : |
You can’t perform that action at this time.
0 commit comments