Skip to content

Commit a9d9430

Browse files
committed
fix github action pt 2
1 parent 57228e1 commit a9d9430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubicloud
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v3
2626

2727
- name: Install Solana Verify
2828
run: |
@@ -34,7 +34,7 @@ jobs:
3434
solana-verify build --library-name jit_proxy --base-image ellipsislabs/solana:1.16.6
3535
3636
- name: Upload Artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: build
4040
path: target/deploy/jit_proxy.so

0 commit comments

Comments
 (0)