diff --git a/.github/workflows/daily-integration-tests.yml b/.github/workflows/daily-integration-tests.yml index 57325b2..b2777b4 100644 --- a/.github/workflows/daily-integration-tests.yml +++ b/.github/workflows/daily-integration-tests.yml @@ -137,7 +137,7 @@ jobs: run: npm ci - name: Download build outputs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifact-${{ github.run_id }} path: . diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a98b30..9540477 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -172,7 +172,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts-${{ github.run_id }} path: . @@ -210,7 +210,7 @@ jobs: # Frontend Download Build Artifact And Deploy - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts-${{ github.run_id }} path: .