File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,13 @@ jobs:
161161 rm -r localstack
162162
163163 - name : Upload binary artifacts
164- uses : actions/upload-artifact@v5
164+ uses : actions/upload-artifact@v6
165165 with :
166166 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile
167167 path : ' dist-bin/*'
168168
169169 - name : Upload folder artifacts
170- uses : actions/upload-artifact@v5
170+ uses : actions/upload-artifact@v6
171171 with :
172172 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}
173173 path : ' dist-dir/*'
@@ -181,7 +181,7 @@ jobs:
181181 contents : write
182182 steps :
183183 - name : Download Builds
184- uses : actions/download-artifact@v6
184+ uses : actions/download-artifact@v7
185185 with :
186186 path : builds
187187
Original file line number Diff line number Diff line change 1111 name : homebrew-releaser
1212 steps :
1313 - name : Add published release to Homebrew Tap
14- uses : Justintime50/homebrew-releaser@v2
14+ uses : Justintime50/homebrew-releaser@v3
1515 with :
1616 # Explicitly set the version to avoid Justintime50/homebrew-releaser#39 (wrong auto-detection of "64" as version)
1717 version : ${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments