We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6613a commit c54ce5aCopy full SHA for c54ce5a
1 file changed
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
17
- name: Install Pact
18
run: |
19
- wget -nv https://github.com/kadena-io/pact-5/releases/download/5.1/pact-5.1-linux-x64.tar.gz
+ wget -nv https://github.com/kadena-io/pact-5/releases/download/5.2/pact-5.2-linux-x64.tar.gz
20
mkdir -p .bin/
21
- tar -xz -C .bin/ -f pact-5.1-linux-x64.tar.gz ./pact
+ tar -xz -C .bin/ -f pact-5.2-linux-x64.tar.gz ./pact
22
chmod +x .bin/pact
23
24
- name: Print hashes
0 commit comments