We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9918eab commit 9de0191Copy full SHA for 9de0191
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm test -- -l
26
- name: Upload tests report(cypress mochaawesome merged HTML report)
27
if: ${{ always() }}
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: report
31
path: reports
0 commit comments