[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:
2
.changeset/fuzzy-mugs-march.md
Normal file
2
.changeset/fuzzy-mugs-march.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
|
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
|
||||||
|
|
||||||
- name: Upload diff images to GitHub
|
- name: Upload diff images to GitHub
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: image-diff
|
name: image-diff
|
||||||
|
|||||||
2
.github/workflows/style-check.yml
vendored
2
.github/workflows/style-check.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
# Continue to the next step even if this fails
|
# Continue to the next step even if this fails
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Upload ESLint Report
|
- name: Upload ESLint Report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: eslint_report.json
|
name: eslint_report.json
|
||||||
path: eslint_report.json
|
path: eslint_report.json
|
||||||
|
|||||||
Reference in New Issue
Block a user