Skip to content

Commit 4eb1cf6

Browse files
chore(deps): update github artifact actions to v7
1 parent d5c480d commit 4eb1cf6

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
@@ -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

.github/workflows/e2e.yml

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

0 commit comments

Comments
 (0)