diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d6da07..666f701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: run: npm ci --no-audit --no-fund - name: Download build artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build-out continue-on-error: true