From d7c32b7aac9791a78b9e8907400f94749df7452a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:17:31 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...89ef406dd8d7e03cfd12d9e0a4a378f454709029) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 9c860fc..0f470d2 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 with: name: limactl.ventura.x86_64 path: src/lima/limactl.ventura.x86_64.tar.gz