diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3ef55665a..840e50af9 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -111,13 +111,13 @@ jobs: - name: Retrieve Controller Image if: (github.event.inputs || inputs).version == 'ci' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: controller-image-${{ github.run_id }}-${{ (github.event.inputs || inputs).cloud }} path: /tmp - name: Retrieve Executor Image if: (github.event.inputs || inputs).version == 'ci' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: executor-image-${{ github.run_id }}-${{ (github.event.inputs || inputs).cloud }} path: /tmp