File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 uses : dtolnay/rust-toolchain@stable
2323
2424 - name : Cache cargo registry
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : |
2828 ~/.cargo/registry
6666 targets : ${{ matrix.target }}
6767
6868 - name : Cache cargo registry
69- uses : actions/cache@v3
69+ uses : actions/cache@v4
7070 with :
7171 path : |
7272 ~/.cargo/registry
Original file line number Diff line number Diff line change 3939 targets : ${{ matrix.target }}
4040
4141 - name : Cache cargo registry
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : |
4545 ~/.cargo/registry
7272 copy target\${{ matrix.target }}\release\rbdc-mcp.exe artifacts\${{ matrix.name }}
7373
7474 - name : Upload artifact
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : ${{ matrix.name }}
7878 path : artifacts/${{ matrix.name }}
8888 uses : actions/checkout@v4
8989
9090 - name : Download all artifacts
91- uses : actions/download-artifact@v3
91+ uses : actions/download-artifact@v4
9292 with :
9393 path : artifacts
9494
You can’t perform that action at this time.
0 commit comments