Skip to content

Commit c397ff4

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 51ae27f commit c397ff4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)