diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e6886a4c..9adf3aaf 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,7 +22,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - run: npm test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report