File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 using : " composite"
66 steps :
77 - name : Cache Solana toolchain
8- uses : actions/cache@v3
8+ uses : actions/cache@v4
99 with :
1010 path : ~/.local/share/solana
1111 key : solana-v2.2.20-${{ runner.os }}
Original file line number Diff line number Diff line change 4848 working-directory : magicblock-validator/test-integration
4949
5050 - name : Upload test-runner binary
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : test-runner-binary
5454 path : magicblock-validator/test-integration/target/debug/run-tests
8989 - uses : ./magicblock-validator/.github/actions/setup-solana
9090
9191 - name : Download test-runner binary
92- uses : actions/download-artifact@v3
92+ uses : actions/download-artifact@v4
9393 with :
9494 name : test-runner-binary
9595 path : magicblock-validator/test-integration/target/debug/
You can’t perform that action at this time.
0 commit comments