Skip to content

Commit fd49368

Browse files
build(deps): bump actions/download-artifact from 7 to 8 (#58)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 54853c3 commit fd49368

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
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
ruby-version: ${{ matrix.ruby }}
140140

141-
- uses: actions/download-artifact@v7
141+
- uses: actions/download-artifact@v8
142142
with:
143143
name: cross-gem-x86_64-linux
144144
path: pkg/
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
ruby-version: ${{ matrix.ruby }}
164164

165-
- uses: actions/download-artifact@v7
165+
- uses: actions/download-artifact@v8
166166
with:
167167
name: native-gem-arm64-darwin
168168
path: pkg/
@@ -191,7 +191,7 @@ jobs:
191191
ruby-version: "3.4"
192192
bundler-cache: true
193193

194-
- uses: actions/download-artifact@v7
194+
- uses: actions/download-artifact@v8
195195
with:
196196
path: pkg/
197197
pattern: "{cross-gem-*,native-gem-*,source-gem}"

0 commit comments

Comments
 (0)