Skip to content

Commit 3264d47

Browse files
authored
dep: Update actions{upload,download}-artifact (#660)
Supersedes #648 and #649
1 parent 8241c95 commit 3264d47

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
@@ -214,7 +214,7 @@ jobs:
214214
ruby-version: "3.3"
215215
bundler-cache: true
216216
- run: ./bin/test-gem-build gems ruby
217-
- uses: actions/upload-artifact@v4
217+
- uses: actions/upload-artifact@v5
218218
with:
219219
name: source-gem
220220
path: gems
@@ -240,7 +240,7 @@ jobs:
240240
ruby-version: ${{ matrix.ruby }}
241241
apt-get: libsqlite3-dev pkg-config
242242
mingw: sqlite3
243-
- uses: actions/download-artifact@v5
243+
- uses: actions/download-artifact@v6
244244
with:
245245
name: source-gem
246246
path: gems
@@ -276,7 +276,7 @@ jobs:
276276
docker run --rm -v $PWD:/work -w /work \
277277
ghcr.io/rake-compiler/rake-compiler-dock-image:${{ needs.native_setup.outputs.rcd_image_version }}-mri-${{ matrix.platform }} \
278278
./bin/test-gem-build gems ${{ matrix.platform }}
279-
- uses: actions/upload-artifact@v4
279+
- uses: actions/upload-artifact@v5
280280
with:
281281
name: "cruby-${{ matrix.platform }}-gem"
282282
path: gems
@@ -314,7 +314,7 @@ jobs:
314314
runs-on: ubuntu-latest
315315
steps:
316316
- uses: actions/checkout@v6
317-
- uses: actions/download-artifact@v5
317+
- uses: actions/download-artifact@v6
318318
with:
319319
name: cruby-${{ matrix.platform }}-gem
320320
path: gems
@@ -348,7 +348,7 @@ jobs:
348348
- uses: ruby/setup-ruby@v1
349349
with:
350350
ruby-version: "${{ matrix.ruby }}"
351-
- uses: actions/download-artifact@v5
351+
- uses: actions/download-artifact@v6
352352
with:
353353
name: cruby-${{ matrix.platform }}-gem
354354
path: gems
@@ -373,7 +373,7 @@ jobs:
373373
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}
374374
steps:
375375
- uses: actions/checkout@v6
376-
- uses: actions/download-artifact@v5
376+
- uses: actions/download-artifact@v6
377377
with:
378378
name: cruby-x86_64-linux-musl-gem
379379
path: gems

0 commit comments

Comments
 (0)