We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1854d9 commit c91dbeeCopy full SHA for c91dbee
.github/workflows/code-quality.yml
@@ -29,7 +29,6 @@ jobs:
29
- uses: pnpm/action-setup@v4
30
name: Install pnpm
31
with:
32
- version: 8
33
run_install: false
34
35
- name: Get pnpm store directory
.github/workflows/e2e-tests.yml
@@ -77,7 +77,6 @@ jobs:
77
78
79
80
- version: 9
81
82
83
@@ -112,7 +111,7 @@ jobs:
112
111
- name: Run Playwright tests
113
run: pnpm e2e
114
115
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
116
if: always()
117
118
name: playwright-report
0 commit comments