diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 089f4a7c..484f7693 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -125,12 +125,12 @@ jobs: needs: [build-modctl, download-model] steps: - name: Download modctl artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: modctl-artifact path: modctl - name: Download model artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: model-artifact path: ${{ env.MODEL_DIR }}