From f396da1a9a993428c5f994c2bc984be092b91080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:53:00 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4a21e..8cd40c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,17 +73,17 @@ jobs: packages: write steps: - name: Download docker artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker path: docker - name: Download ketch-cli amd64 binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ketch_linux_amd64 path: .build/linux-amd64 - name: Download ketch-cli arm64 docker - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ketch_linux_arm64 path: .build/linux-arm64