Skip to content

Commit 6999f44

Browse files
build(deps): bump actions/download-artifact from 4 to 7 (#56)
1 parent 6785549 commit 6999f44

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@v4
141+
- uses: actions/download-artifact@v7
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@v4
165+
- uses: actions/download-artifact@v7
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@v4
194+
- uses: actions/download-artifact@v7
195195
with:
196196
path: pkg/
197197
pattern: "{cross-gem-*,native-gem-*,source-gem}"

0 commit comments

Comments
 (0)