Skip to content

Commit 9c2adb4

Browse files
ci(deps): bump actions/download-artifact from 6 to 7 (#144)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6ba4b4 commit 9c2adb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ jobs:
131131
runs-on: macos-latest
132132
steps:
133133
- name: Download macOS arm64 artifacts
134-
uses: actions/download-artifact@v6
134+
uses: actions/download-artifact@v7
135135
with:
136136
name: build-artifacts-macos-arm64
137137
path: arm64
138138
- name: Download macOS x86_64 artifacts
139-
uses: actions/download-artifact@v6
139+
uses: actions/download-artifact@v7
140140
with:
141141
name: build-artifacts-macos-x86_64
142142
path: x86_64
@@ -175,7 +175,7 @@ jobs:
175175
echo "VERSION=$VERSION" >> $GITHUB_ENV
176176
177177
- name: Download all build artifacts
178-
uses: actions/download-artifact@v6
178+
uses: actions/download-artifact@v7
179179
with:
180180
path: dist
181181

0 commit comments

Comments
 (0)