2323 CARGO_COMMAND : ${{ inputs.check-only && 'check' || 'build' }}
2424 steps :
2525 - name : Checkout source code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Install Rust toolchain
2929 uses :
Cardinal-Cryptography/github-actions/[email protected] 3636
3737 - name : Upload cliain binary to GH artifacts
3838 if : ${{ inputs.check-only != true }}
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v5
4040 with :
4141 name : cliain
4242 path : bin/cliain/target/release/cliain
@@ -56,14 +56,14 @@ jobs:
5656 CI_DEVNET_S3BUCKET_NAME : ${{ secrets.CI_DEVNET_S3BUCKET_NAME }}
5757 steps :
5858 - name : Checkout source code
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 - name : Call action get-ref-properties
6262 id : get-ref-properties
6363 uses : Cardinal-Cryptography/github-actions/get-ref-properties@v7
6464
6565 - name : Download cliain from GH artifact
66- uses : actions/download-artifact@v4
66+ uses : actions/download-artifact@v6
6767 with :
6868 name : cliain
6969 path : bin/cliain/target/release/cliain
9292
9393 - name : Configure AWS credentials for S3 AWS
9494 if : ${{ inputs.check-only != true }}
95- uses : aws-actions/configure-aws-credentials@v4
95+ uses : aws-actions/configure-aws-credentials@v5
9696 env :
9797 AWS_ACCESS_KEY_ID : " "
9898 AWS_SECRET_ACCESS_KEY : " "
0 commit comments