diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ab6fdf8..c69a62a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -57,7 +57,7 @@ jobs: run: npm install --no-fund --no-audit --ignore-scripts - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: css-coverage path: ./css-coverage