File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 cargo doc --no-deps --target-dir ../doc/rust
6060 working-directory : rust
6161 - name : Upload artifact
62- uses : actions/upload-pages-artifact@v3
62+ uses : actions/upload-pages-artifact@v4
6363 with :
6464 path : doc
6565
Original file line number Diff line number Diff line change 3535 run : make java-wasm WASI_SDK_PATH=$(pwd)/wasi-sdk-25.0-x86_64-linux
3636
3737 - name : Set up Java
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 distribution : ' temurin'
4141 java-version : ' 17'
Original file line number Diff line number Diff line change 8888 - ubuntu-24.04-s390x
8989 runs-on : ${{ matrix.os }}
9090 steps :
91- - uses : actions/checkout@v4 # v5 fails on these platforms
91+ - uses : actions/checkout@v5 # v5 fails on these platforms
9292 - name : Set up Ruby
9393 run : |
9494 sudo apt-get update
You can’t perform that action at this time.
0 commit comments