From 4d7b900acd27e9b4ae23834d774514d9103d8d4c Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Tue, 31 Mar 2026 08:02:54 -0400 Subject: [PATCH] Update GitHub Actions: Upgrade AWS credentials and artifact upload actions --- .github/workflows/ci.yml | 2 +- .github/workflows/code-quality.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8021c4..5c9c4c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: echo "${{ vars.CDK_ENV_DEV }}" > .env - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.0.0 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ vars.AWS_ROLE_ARN_DEV }} role-session-name: ci-ionic8-starter diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 5802842..6797373 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -229,7 +229,7 @@ jobs: - name: Archive test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results path: |