diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb7ba06ac8..03768864ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - run: npm ci - run: npm run prepare - run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: axe-core path: axe.js