From 442362ace99b6e4e8392cd13005ddca5644f7920 Mon Sep 17 00:00:00 2001 From: Alexander Rolek Date: Wed, 30 Aug 2023 15:08:56 -0600 Subject: [PATCH] updating CI to get rid of depreaction warnings --- .github/actions/tegola-upload-path/action.yml | 2 +- .github/workflows/on_release_publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/tegola-upload-path/action.yml b/.github/actions/tegola-upload-path/action.yml index d68013fe6..ffd9bc93e 100644 --- a/.github/actions/tegola-upload-path/action.yml +++ b/.github/actions/tegola-upload-path/action.yml @@ -25,5 +25,5 @@ runs: shell: bash - id: compute-path - run: echo "::set-output name=dir-path::${TEGOLA_PATH}" + run: echo "dir-path=${TEGOLA_PATH}" >> $GITHUB_OUTPUT shell: bash diff --git a/.github/workflows/on_release_publish.yml b/.github/workflows/on_release_publish.yml index b080233cb..daf83a009 100644 --- a/.github/workflows/on_release_publish.yml +++ b/.github/workflows/on_release_publish.yml @@ -130,7 +130,7 @@ jobs: upload_postfix: "_linux_arm64" build_tegola_lambda_amd64: - name: Build tegola_lambda on Amazon Linux + name: Build tegola_lambda on Amazon Linux (amd64) needs: [gen_version] runs-on: ubuntu-22.04 @@ -159,7 +159,7 @@ jobs: upload_postfix: "_amd64" build_tegola_lambda_arm64: - name: Build tegola_lambda on Amazon Linux + name: Build tegola_lambda on Amazon Linux (arm64) needs: [gen_version] runs-on: ubuntu-22.04