diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 974ee5b..2f4e5ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: npm ci - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: package path: . @@ -105,7 +105,7 @@ jobs: run: npm ci - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: package path: ./package