From c7be69310c3af8e3cdfb8a8f22e4cdc01e704f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:05:08 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [Justintime50/homebrew-releaser](https://github.com/justintime50/homebrew-releaser). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) Updates `Justintime50/homebrew-releaser` from 2 to 3 - [Release notes](https://github.com/justintime50/homebrew-releaser/releases) - [Changelog](https://github.com/Justintime50/homebrew-releaser/blob/main/CHANGELOG.md) - [Commits](https://github.com/justintime50/homebrew-releaser/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Justintime50/homebrew-releaser dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/homebrew.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92b09d6..55a9fd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,13 +161,13 @@ jobs: rm -r localstack - name: Upload binary artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile path: 'dist-bin/*' - name: Upload folder artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }} path: 'dist-dir/*' @@ -181,7 +181,7 @@ jobs: contents: write steps: - name: Download Builds - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: builds diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 02b89e2..c707c65 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -11,7 +11,7 @@ jobs: name: homebrew-releaser steps: - name: Add published release to Homebrew Tap - uses: Justintime50/homebrew-releaser@v2 + uses: Justintime50/homebrew-releaser@v3 with: # Explicitly set the version to avoid Justintime50/homebrew-releaser#39 (wrong auto-detection of "64" as version) version: ${{ github.event.release.tag_name }}