We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a681f0 commit 5be35f1Copy full SHA for 5be35f1
.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - name: Check out code
16
- uses: actions/checkout@v2
+ - name: Check out project
+ uses: actions/checkout@v3
17
18
- name: Install Node.js
19
uses: actions/setup-node@v3
@@ -31,7 +31,7 @@ jobs:
31
env:
32
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
33
34
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
35
if: always()
36
with:
37
name: playwright-report
0 commit comments