Skip to content

Commit fb0f8f1

Browse files
[chore]: Update actions/upload-artifact to v4 (#1643)
* update actions/upload-artifact to v4 --------- Co-authored-by: Eoghan Murray <eoghan@getthere.ie>
1 parent 1f22bfc commit fb0f8f1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changeset/fuzzy-mugs-march.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: PUPPETEER_HEADLESS=true xvfb-run --server-args="-screen 0 1920x1080x24" yarn test
3535

3636
- name: Upload diff images to GitHub
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
if: failure()
3939
with:
4040
name: image-diff

.github/workflows/style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Continue to the next step even if this fails
2929
continue-on-error: true
3030
- name: Upload ESLint Report
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: eslint_report.json
3434
path: eslint_report.json

0 commit comments

Comments
 (0)