From 8e70425c5751d542ec795b5fec7ee81d2fd6b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:55:31 -0400 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#394) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 17c4763..7629425 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,7 +60,7 @@ jobs: shell: zsh {0} - name: Upload MacOS build - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: lima-and-qemu.macos-arm64 path: ./src/lima/lima-and-qemu.macos* @@ -69,7 +69,7 @@ jobs: - name: Make and release source code of dependencies run: make download-sources - name: Upload MacOS build - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: DependenciesSourceCode.tar.gz path: ./downloads/dependency-sources.tar.gz @@ -119,7 +119,7 @@ jobs: shell: zsh {0} - name: Upload MacOS build - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: lima-and-qemu.macos-x86 path: ./src/lima/lima-and-qemu.macos* @@ -149,7 +149,7 @@ jobs: tar cfz limactl.ventura.arm64.tar.gz -C _output/bin limactl - name: Upload Ventura build - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: limactl.ventura.arm64 path: src/lima/limactl.ventura.arm64.tar.gz @@ -179,7 +179,7 @@ jobs: tar cfz limactl.ventura.x86_64.tar.gz -C _output/bin limactl - name: Upload Ventura build - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: limactl.ventura.x86_64 path: src/lima/limactl.ventura.x86_64.tar.gz