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
@@ -72,13 +72,13 @@ jobs:
7272 - name : Capture backend logs
7373 if : always()
7474 run : docker compose -f nestjs-boilerplate/docker-compose.generators-relational.test.yaml -p tests-gen-frontend logs > ${{ runner.temp }}/backend.log 2>&1 || true
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v7
7676 if : ${{ !cancelled() }}
7777 with :
7878 name : crud-playwright-report
7979 path : playwright-report/
8080 retention-days : 30
81- - uses : actions/upload-artifact@v4
81+ - uses : actions/upload-artifact@v7
8282 if : ${{ !cancelled() }}
8383 with :
8484 name : crud-backend-log
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ jobs:
4949 run : npx playwright install --with-deps chromium
5050 - name : Run Playwright tests
5151 run : npx playwright test
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v7
5353 if : ${{ !cancelled() }}
5454 with :
5555 name : playwright-report
5656 path : playwright-report/
5757 retention-days : 30
58- - uses : actions/upload-artifact@v4
58+ - uses : actions/upload-artifact@v7
5959 if : ${{ !cancelled() }}
6060 with :
6161 name : backend-log
You can’t perform that action at this time.
0 commit comments