Skip to content

Commit 74778fb

Browse files
committed
ci: update artifact and cache actions to v4 (deprecation fix)
1 parent b961d1b commit 74778fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup-solana/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
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 }}

.github/workflows/ci-test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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/

0 commit comments

Comments
 (0)