Skip to content

Commit

Permalink
Update upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 15, 2023
1 parent df7168d commit 96e0dca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh account-compression

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: account-compression-programs
path: "account-compression/target/deploy/*.so"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-name-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh name-service

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: name-service-programs
path: "target/deploy/*.so"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-single-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh single-pool/program

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: single-pool-programs
path: "target/deploy/*.so"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-stake-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh stake-pool

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: stake-pool-programs
path: "target/deploy/*.so"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token-lending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh token-lending

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: token-lending-programs
path: "target/deploy/*.so"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token-swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
mv target/deploy-production/spl_token_swap.so target/deploy/spl_token_swap_production.so
- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: token-swap-programs
path: "target/deploy/*.so"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh token

- name: Upload programs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: token-programs
path: "target/deploy/*.so"
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh token/transfer-hook/example

- name: Upload program
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: spl-transfer-hook-example
path: "target/deploy/*.so"
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
run: ./ci/cargo-test-sbf.sh associated-token-account

- name: Upload program
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: associated-token-account-program
path: "target/deploy/*.so"
Expand Down

0 comments on commit 96e0dca

Please sign in to comment.