File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run : cp example.env.local .env.local
2323 - name : Run static generator suite
2424 run : npm run test:generators:static
25- - uses : actions/upload-artifact@v4
25+ - uses : actions/upload-artifact@v7
2626 if : ${{ !cancelled() }}
2727 with :
2828 name : static-playwright-report
@@ -56,13 +56,13 @@ jobs:
5656 - name : Capture backend logs
5757 if : always()
5858 run : docker compose -f nestjs-boilerplate/docker-compose.generators-relational.test.yaml -p tests-gen-frontend logs > ${{ runner.temp }}/backend.log 2>&1 || true
59- - uses : actions/upload-artifact@v4
59+ - uses : actions/upload-artifact@v7
6060 if : ${{ !cancelled() }}
6161 with :
6262 name : crud-playwright-report
6363 path : playwright-report/
6464 retention-days : 30
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v7
6666 if : ${{ !cancelled() }}
6767 with :
6868 name : crud-backend-log
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 run : npx playwright install --with-deps chromium
3737 - name : Run Playwright tests
3838 run : npx playwright test
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@v7
4040 if : ${{ !cancelled() }}
4141 with :
4242 name : playwright-report
4343 path : playwright-report/
4444 retention-days : 30
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@v7
4646 if : ${{ !cancelled() }}
4747 with :
4848 name : backend-log
You can’t perform that action at this time.
0 commit comments