File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4343 platform : ${{ matrix.ruby-platform }}
4444 ruby-versions : ${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ',') }}
4545
46- - uses : actions/upload-artifact@v6
46+ - uses : actions/upload-artifact@v7
4747 with :
4848 name : cross-gem-${{ matrix.ruby-platform }}
4949 path : ${{ steps.cross-gem.outputs.gem-path }}
Original file line number Diff line number Diff line change 7878 - run : rake ci:pin_build_manifest
7979 env :
8080 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
81- - uses : actions/upload-artifact@v6
81+ - uses : actions/upload-artifact@v7
8282 with :
8383 name : build-manifest
8484 path : build_manifest.json
9999 - uses : actions/checkout@v6
100100 with :
101101 submodules : true
102- - uses : actions/download-artifact@v7
102+ - uses : actions/download-artifact@v8
103103 with :
104104 name : build-manifest
105105 - uses : actions/cache@v5.0.3
@@ -135,7 +135,7 @@ jobs:
135135 if : ${{ inputs.prerel_name != '' && matrix.entry.prerelease != '' }}
136136 - name : rake ${{ matrix.entry.task }}
137137 run : ./build-exec rake --verbose ${{ matrix.entry.task }}
138- - uses : actions/upload-artifact@v6
138+ - uses : actions/upload-artifact@v7
139139 if : ${{ matrix.entry.artifact }}
140140 with :
141141 name : ${{ matrix.entry.artifact_name }}
@@ -164,10 +164,10 @@ jobs:
164164 contents : write
165165 steps :
166166 - uses : actions/checkout@v6
167- - uses : actions/download-artifact@v7
167+ - uses : actions/download-artifact@v8
168168 with :
169169 name : build-manifest
170- - uses : actions/download-artifact@v7
170+ - uses : actions/download-artifact@v8
171171 with :
172172 path : release
173173 - uses : actions/setup-node@v6
You can’t perform that action at this time.
0 commit comments