diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 57bc60a..467d201 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -78,7 +78,7 @@ jobs: - name: Store assets if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: assets path: umd/ @@ -100,7 +100,7 @@ jobs: steps: - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: assets path: umd @@ -110,7 +110,7 @@ jobs: working-directory: umd - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role aws-region: us-east-1 @@ -139,7 +139,7 @@ jobs: steps: - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: assets path: umd @@ -149,7 +149,7 @@ jobs: working-directory: umd - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::${{ matrix.account_id }}:role/gha-public-assets-role aws-region: us-east-1