diff --git a/.github/workflows/ci-e2e-template.yaml b/.github/workflows/ci-e2e-template.yaml index 721cdbff3..fc62f25c6 100644 --- a/.github/workflows/ci-e2e-template.yaml +++ b/.github/workflows/ci-e2e-template.yaml @@ -80,7 +80,7 @@ jobs: steps: - name: Download artifact if: "${{ inputs.artifact != '' }}" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ inputs.artifact }} path: /tmp @@ -125,7 +125,7 @@ jobs: steps: - name: Download artifact if: "${{ inputs.artifact != '' }}" - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ inputs.artifact }} path: /tmp