diff --git a/.github/workflows/build-extension-charts.yml b/.github/workflows/build-extension-charts.yml index fca21ac7c2c..5a246930aab 100644 --- a/.github/workflows/build-extension-charts.yml +++ b/.github/workflows/build-extension-charts.yml @@ -135,7 +135,7 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Download build artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: charts diff --git a/.github/workflows/create-pr-build-extension-charts.yml b/.github/workflows/create-pr-build-extension-charts.yml index 3de7b175ee2..9fc0bc1d43b 100644 --- a/.github/workflows/create-pr-build-extension-charts.yml +++ b/.github/workflows/create-pr-build-extension-charts.yml @@ -142,7 +142,7 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Download build artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: charts-create-pr diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b1e669f190..b91d7fb2d68 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -111,12 +111,12 @@ jobs: # google-chrome --version - name: Download e2e build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.E2E_BUILD_DIST_NAME }} path: ${{ env.E2E_BUILD_DIST_DIR }} - name: Download e2e build ember - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }} path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }} @@ -175,12 +175,12 @@ jobs: uses: ./.github/actions/setup - name: Download e2e build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.E2E_BUILD_DIST_NAME }} path: ${{ env.E2E_BUILD_DIST_DIR }} - name: Download e2e build ember - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }} path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }}