From 2a9014b2e3b2d359b582cfeadf35c491939ff2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 07:30:37 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fa2934..f1f1603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: go-version-file: go.mod - name: Download macOS build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tosage-darwin-arm64 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1358b7a..ffdbdb3 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -131,7 +131,7 @@ jobs: org.opencontainers.image.licenses=MIT - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ./ pattern: tosage-*