From 400148c4004b7925903eeaff10ce084c454ef0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:44:58 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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..384b524 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@v6 with: name: tosage-darwin-arm64 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1358b7a..b0ca0f5 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@v6 with: path: ./ pattern: tosage-*