Skip to content

Commit 5be35f1

Browse files
actions/upload-artifact
1 parent 4a681f0 commit 5be35f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Check out code
16-
uses: actions/checkout@v2
15+
- name: Check out project
16+
uses: actions/checkout@v3
1717

1818
- name: Install Node.js
1919
uses: actions/setup-node@v3
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
3333

34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v3
3535
if: always()
3636
with:
3737
name: playwright-report

0 commit comments

Comments
 (0)