Skip to content

Commit 7364eac

Browse files
Bump the github-actions group with 3 updates (#47)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b119bf commit 7364eac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)