Skip to content

Commit c7be693

Browse files
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](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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](Justintime50/homebrew-releaser@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] <support@github.com>
1 parent 0b119bf commit c7be693

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)