[chore]: Update actions/upload-artifact to v4 (#1643)

* update actions/upload-artifact to v4

---------

Co-authored-by: Eoghan Murray <eoghan@getthere.ie>
This commit is contained in:
Kevin Townsend
2025-02-04 09:05:00 -05:00
committed by GitHub
parent 1f22bfc14d
commit fb0f8f1d7d
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -34,7 +34,7 @@ jobs:
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
- name: Upload diff images to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: image-diff

View File

@@ -28,7 +28,7 @@ jobs:
# Continue to the next step even if this fails
continue-on-error: true
- name: Upload ESLint Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: eslint_report.json
path: eslint_report.json