File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments