We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145df6 commit e200f8aCopy full SHA for e200f8a
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: npm test
24
- name: Upload HTML report(backstop data)
25
if: ${{ always() }}
26
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
27
with:
28
name: report
29
path: backstop_data
0 commit comments