Skip to content

Commit

Permalink
Bump solana build contracts version to fix bad upload artifact versio…
Browse files Browse the repository at this point in the history
…n in the reused action (#11611)
  • Loading branch information
tateexon committed Dec 19, 2023
1 parent 9029fa6 commit 17420af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ jobs:
ref: ${{ needs.get_solana_sha.outputs.sha }}
- name: Build contracts
if: needs.changes.outputs.src == 'true' && needs.solana-test-image-exists.outputs.exists == 'false'
uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@23816fcf7d380a30c87b6d87e4fb0ca94419b259 # stable action on April 17 2023
uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e # stable action on December 18 2023
with:
ref: ${{ needs.get_solana_sha.outputs.sha }}

Expand Down

0 comments on commit 17420af

Please sign in to comment.