Skip to content

Commit 20ab90e

Browse files
Update actions/upload-artifact digest to 6027e3d
1 parent e0e6f41 commit 20ab90e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@6027e3dd177782cd8ab9af838c04fd81a07f1d47
106106
if: github.event_name != 'pull_request' || startsWith( github.base_ref, 'rel-')
107107
with:
108108
name: sigstore-files

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@6027e3dd177782cd8ab9af838c04fd81a07f1d47
168168
with:
169169
name: TestResults-(${{ matrix.os }}-${{ matrix.python_version }})
170170
path: pytest.xml

.github/workflows/release_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
pytest && \
7777
deactivate'
7878
79-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
79+
- uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
8080
with:
8181
name: wheels-${{ inputs.os }}-${{ matrix.python-version }}
8282
path: |

.github/workflows/release_linux_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python -m pip install dist/*manylinux2014_x86_64.whl
6060
pytest
6161
62-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
62+
- uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
6363
with:
6464
name: wheels-${{ inputs.os }}-${{ matrix.python-version }}
6565
path: |

.github/workflows/release_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python -m build --wheel
6767
6868
69-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
69+
- uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
7070
with:
7171
name: wheels-${{ inputs.os }}-${{ matrix.python-version }}
7272
path: dist/*.whl

.github/workflows/release_sourcedist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -m build --sdist
7171
7272
73-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
73+
- uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
7474
with:
7575
name: srcdist-${{ inputs.os }}-${{ matrix.python-version }}
7676
path: |

.github/workflows/release_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cd onnx
8080
pytest
8181
82-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
82+
- uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
8383
with:
8484
name: wheels-${{ inputs.os }}-${{ matrix.python-version }}-${{matrix.architecture}}
8585
path: ./onnx/dist

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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@6027e3dd177782cd8ab9af838c04fd81a07f1d47
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)