File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 run : mvn -B install
4646 working-directory : java-wasm
4747
48- - uses : actions/upload-artifact@v4
48+ - uses : actions/upload-artifact@v5
4949 with :
5050 name : prism.wasm
5151 path : java-wasm/src/test/resources/prism.wasm
Original file line number Diff line number Diff line change 3434 - name : Build the project
3535 run : make wasm WASI_SDK_PATH=$(pwd)/wasi-sdk-25.0-x86_64-linux
3636
37- - uses : actions/upload-artifact@v4
37+ - uses : actions/upload-artifact@v5
3838 with :
3939 name : prism.wasm
4040 path : javascript/src/prism.wasm
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257257 bundler-cache : true
258258 - run : bundle config --local frozen false
259259 - run : bundle exec rake build:dev
260- - uses : actions/upload-artifact@v4
260+ - uses : actions/upload-artifact@v5
261261 with :
262262 name : gem-package
263263 path : pkg
@@ -305,7 +305,7 @@ jobs:
305305 - uses : ruby/setup-ruby@v1
306306 with :
307307 ruby-version : ${{ matrix.target.ruby }}
308- - uses : actions/download-artifact@v5
308+ - uses : actions/download-artifact@v6
309309 with :
310310 name : gem-package
311311 path : pkg
You can’t perform that action at this time.
0 commit comments