There was an error while loading. Please reload this page.
2 parents 906c03c + 7bee635 commit 4a81fd2Copy full SHA for 4a81fd2
1 file changed
.github/workflows/node.js.yml
@@ -51,7 +51,7 @@ jobs:
51
outputs:
52
version: ${{ steps.playwright-version.outputs.version }}
53
steps:
54
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
55
- name: Get Playwright version from package-lock.json
56
id: playwright-version
57
run: |
@@ -64,7 +64,7 @@ jobs:
64
container:
65
image: mcr.microsoft.com/playwright:v${{ needs.get-playwright-version.outputs.version }}-noble
66
67
68
- name: Install dependencies
69
run: npm ci
70
- name: Build maquette
@@ -78,7 +78,7 @@ jobs:
78
working-directory: browser-tests
79
run: npm test
80
- name: Upload Playwright report
81
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
82
if: ${{ !cancelled() }}
83
with:
84
name: playwright-report
0 commit comments