diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd5ec63..45cfdd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,8 +57,7 @@ jobs: run: npm run test:browser - name: Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Results path: test-results -