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 }}