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 e3f4378 commit fa8682cCopy full SHA for fa8682c
.github/workflows/visual-regression.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: npm install
37
- run: npm run build
38
- run: npm run test:visual
39
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
40
if: always()
41
with:
42
name: visual-regression-snapshots-results
@@ -54,7 +54,7 @@ jobs:
54
55
56
- run: npm run test:visual:update
57
58
59
name: visual-regression-snapshots
60
path: ${{ env.VISUAL_REGRESSION_SNAPSHOT_DIRECTORY }}
0 commit comments