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: |