diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml index 4c93e03587..47b19ff4ea 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml @@ -34,7 +34,7 @@ jobs: - run: sudo npx playwright install-deps - run: npm test - name: Upload Code Coverage reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: code-coverage