diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d28295fdb..bf623dbb1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: assets path: umd @@ -120,7 +120,7 @@ jobs: steps: - name: Download assets - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: assets path: umd