We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175e09 commit f76a032Copy full SHA for f76a032
.github/workflows/pr_ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: engineerd/[email protected]
21
with:
22
name: "aptos"
23
- url: "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v1.0.2/aptos-cli-1.0.2-Ubuntu-x86_64.zip"
+ url: "https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v1.0.4/aptos-cli-1.0.4-Ubuntu-x86_64.zip"
24
pathInArchive: "aptos"
25
26
- name: Installing Dependencies
0 commit comments