File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 with :
103103 inputs : >-
104104 /home/runner/work/onnx/onnx/dist/*.whl
105- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
105+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
106106 if : github.event_name != 'pull_request' || startsWith( github.base_ref, 'rel-')
107107 with :
108108 name : sigstore-files
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Upload Test Results
166166 if : always()
167- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
167+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
168168 with :
169169 name : TestResults-(${{ matrix.os }}-${{ matrix.python_version }})
170170 path : pytest.xml
Original file line number Diff line number Diff line change 7676 pytest && \
7777 deactivate'
7878
79- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
79+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
8080 with :
8181 name : wheels-${{ inputs.os }}-${{ matrix.python-version }}
8282 path : |
Original file line number Diff line number Diff line change 5959 python -m pip install dist/*manylinux2014_x86_64.whl
6060 pytest
6161
62- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
62+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
6363 with :
6464 name : wheels-${{ inputs.os }}-${{ matrix.python-version }}
6565 path : |
Original file line number Diff line number Diff line change 6666 python -m build --wheel
6767
6868
69- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
69+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
7070 with :
7171 name : wheels-${{ inputs.os }}-${{ matrix.python-version }}
7272 path : dist/*.whl
Original file line number Diff line number Diff line change 7070 python -m build --sdist
7171
7272
73- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
73+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
7474 with :
7575 name : srcdist-${{ inputs.os }}-${{ matrix.python-version }}
7676 path : |
Original file line number Diff line number Diff line change 7979 cd onnx
8080 pytest
8181
82- - uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
82+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
8383 with :
8484 name : wheels-${{ inputs.os }}-${{ matrix.python-version }}-${{matrix.architecture}}
8585 path : ./onnx/dist
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
66+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
6767 with :
6868 name : SARIF file
6969 path : results.sarif
You can’t perform that action at this time.
0 commit comments