Skip to content

Commit 52aebbe

Browse files
build(deps): bump actions/upload-artifact from 4 to 7 (#3605)
1 parent 3779982 commit 52aebbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ jobs:
490490
docker run --rm -v "$(pwd):/nokogiri" -w /nokogiri \
491491
ghcr.io/rake-compiler/rake-compiler-dock-image:${{needs.rcd_image_version.outputs.rcd_image_version}}-mri-x86_64-linux-gnu \
492492
./scripts/test-gem-build gems ruby
493-
- uses: actions/upload-artifact@v4
493+
- uses: actions/upload-artifact@v7
494494
with:
495495
name: generic-gem
496496
path: gems
@@ -594,7 +594,7 @@ jobs:
594594
docker run --rm -v "$(pwd):/nokogiri" -w /nokogiri \
595595
ghcr.io/rake-compiler/rake-compiler-dock-image:${{needs.rcd_image_version.outputs.rcd_image_version}}-mri-${{matrix.plat}} \
596596
./scripts/test-gem-build gems ${{matrix.plat}}
597-
- uses: actions/upload-artifact@v4
597+
- uses: actions/upload-artifact@v7
598598
with:
599599
name: "cruby-${{matrix.plat}}-gem"
600600
path: gems
@@ -719,7 +719,7 @@ jobs:
719719
with:
720720
submodules: true
721721
- run: ./scripts/test-gem-build gems java
722-
- uses: actions/upload-artifact@v4
722+
- uses: actions/upload-artifact@v7
723723
with:
724724
name: jruby-gem
725725
path: gems

0 commit comments

Comments
 (0)