From 3eac551ac2c3e17969a37202e41162085976eebe Mon Sep 17 00:00:00 2001 From: lane-formio Date: Thu, 21 Aug 2025 13:35:26 -0500 Subject: [PATCH] Update aws-cli to accommodate ubuntu-latest upgrade to 24.x --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab69ccdd92..76ab833c33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: gem install jekyll - name: Restore node modules from cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }} @@ -41,10 +41,10 @@ jobs: - name: Install awscli run: | - sudo apt-get update - sudo apt install -y awscli + sudo snap install aws-cli --classic + aws --version - name: Release uses: borales/actions-yarn@v4 with: - cmd: release \ No newline at end of file + cmd: release