Skip to content

Commit b231f9d

Browse files
authored
Merge pull request #531 from sparklemotion/flavorjones-ci-update-actions-20240425
ci: update {upload,download}-artifact to v4 from v3
2 parents 2388793 + 07417c5 commit b231f9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
ruby-version: "3.3"
185185
bundler-cache: true
186186
- run: ./bin/test-gem-build gems ruby
187-
- uses: actions/upload-artifact@v3
187+
- uses: actions/upload-artifact@v4
188188
with:
189189
name: source-gem
190190
path: gems
@@ -211,7 +211,7 @@ jobs:
211211
apt-get: libsqlite3-dev pkg-config
212212
brew: sqlite3 pkg-config
213213
mingw: sqlite3
214-
- uses: actions/download-artifact@v3
214+
- uses: actions/download-artifact@v4
215215
with:
216216
name: source-gem
217217
path: gems
@@ -248,7 +248,7 @@ jobs:
248248
docker run --rm -v $PWD:/work -w /work \
249249
ghcr.io/rake-compiler/rake-compiler-dock-image:${{ needs.native_setup.outputs.rcd_image_version }}-mri-${{ matrix.platform }} \
250250
./bin/test-gem-build gems ${{ matrix.platform }}
251-
- uses: actions/upload-artifact@v3
251+
- uses: actions/upload-artifact@v4
252252
with:
253253
name: "cruby-${{ matrix.platform }}-gem"
254254
path: gems
@@ -286,7 +286,7 @@ jobs:
286286
runs-on: ubuntu-latest
287287
steps:
288288
- uses: actions/checkout@v4
289-
- uses: actions/download-artifact@v3
289+
- uses: actions/download-artifact@v4
290290
with:
291291
name: cruby-${{ matrix.platform }}-gem
292292
path: gems
@@ -332,7 +332,7 @@ jobs:
332332
- uses: ruby/setup-ruby@v1
333333
with:
334334
ruby-version: "${{ matrix.ruby }}"
335-
- uses: actions/download-artifact@v3
335+
- uses: actions/download-artifact@v4
336336
with:
337337
name: cruby-${{ matrix.platform }}-gem
338338
path: gems
@@ -357,7 +357,7 @@ jobs:
357357
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}
358358
steps:
359359
- uses: actions/checkout@v4
360-
- uses: actions/download-artifact@v3
360+
- uses: actions/download-artifact@v4
361361
with:
362362
name: cruby-x86_64-linux-musl-gem
363363
path: gems

0 commit comments

Comments
 (0)