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 1f22bfc commit fb0f8f1Copy full SHA for fb0f8f1
.changeset/fuzzy-mugs-march.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/ci-cd.yml
@@ -34,7 +34,7 @@ jobs:
34
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
35
36
- name: Upload diff images to GitHub
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
if: failure()
39
with:
40
name: image-diff
.github/workflows/style-check.yml
@@ -28,7 +28,7 @@ jobs:
28
# Continue to the next step even if this fails
29
continue-on-error: true
30
- name: Upload ESLint Report
31
32
33
name: eslint_report.json
path: eslint_report.json
0 commit comments