diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3477b0d47..bef2281e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: run: npx playwright install --with-deps - name: Run Tests run: npx nx run-many --target test --all - - uses: actions/upload-artifact@v4.3.4 + - uses: actions/upload-artifact@v4.3.5 with: name: coverage-${{ github.workflow }}-${{ github.run_id }} path: coverage