From a6006bf321d5516998a8f5fa3c63b11100474cfd Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Thu, 18 May 2023 17:46:53 -0400 Subject: [PATCH] ci: Update appmap-preflight tools version to pre.21 --- .github/workflows/appmap-archive.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appmap-archive.yml b/.github/workflows/appmap-archive.yml index 0b728e8..f77dbbc 100644 --- a/.github/workflows/appmap-archive.yml +++ b/.github/workflows/appmap-archive.yml @@ -21,7 +21,7 @@ jobs: - name: Install AppMap tools run: | - curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.19/appmap-preflight-linux-x64 + curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.21/appmap-preflight-linux-x64 chmod a+x /usr/local/bin/appmap - name: Build AppMaps diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cc5335..f6dc6a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Install AppMap tools run: | - curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.19/appmap-preflight-linux-x64 + curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.21/appmap-preflight-linux-x64 chmod a+x /usr/local/bin/appmap - name: Build