From 921976fb1fa7c3abea3b8f05a87b3670d1ad4ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:11:38 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4) Updates `ncipollo/release-action` from 1.18.0 to 1.20.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/bcfe5470707e8832e12347755757cec0eb3c22af...b7eabc95ff50cbeeedec83973935c8f306dfcd0b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/buildReleaseAndPublish.yml | 4 ++-- .github/workflows/buildReleaseAndPublishWindows.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildReleaseAndPublish.yml b/.github/workflows/buildReleaseAndPublish.yml index e60d0a9..3443371 100644 --- a/.github/workflows/buildReleaseAndPublish.yml +++ b/.github/workflows/buildReleaseAndPublish.yml @@ -53,14 +53,14 @@ jobs: cp build_tools/python_deploy/wheelhouse/torch*.whl dist/ - name: Upload python wheels - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: if-no-files-found: error name: snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }} path: dist - name: Release python wheels - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v.1.18.0 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v.1.20.0 with: artifacts: dist/*.whl token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/buildReleaseAndPublishWindows.yml b/.github/workflows/buildReleaseAndPublishWindows.yml index 932f675..2584c2b 100644 --- a/.github/workflows/buildReleaseAndPublishWindows.yml +++ b/.github/workflows/buildReleaseAndPublishWindows.yml @@ -62,14 +62,14 @@ jobs: delvewheel repair --add-path ./build/tools/torch-mlir/python_packages/torch_mlir/torch_mlir/_mlir_libs --add-dll TorchMLIRAggregateCAPI.dll --no-dll 'c10.dll;torch_python.dll;torch_cpu.dll' -v dist/torch_mlir*.whl -w dist - name: Upload python wheels - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: if-no-files-found: error name: snapshot-${{ matrix.package }}-${{ matrix.py_version }}-${{ env.tm_package_version }} path: dist - name: Release python wheels - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 with: artifacts: dist/*.whl token: "${{ secrets.GITHUB_TOKEN }}"