Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit bc47442

Browse files
committed
[ci] Bump actions/upload-artifact to v4
1 parent 14b92a5 commit bc47442

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/end-to-end-testing-oracle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
install: false
7777
working-directory: ./ui
7878
- name: upload Cypress screenshots for failed tests
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
if: failure()
8181
with:
8282
name: cypress-screenshots
8383
path: ui/cypress/screenshots
8484

8585
# Test run video was always captured, so this action uses "always()" condition
8686
- name: upload Cypress test run video
87-
uses: actions/upload-artifact@v2
87+
uses: actions/upload-artifact@v4
8888
if: always()
8989
with:
9090
name: cypress-videos

.github/workflows/end-to-end-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
install: false
7777
working-directory: ./ui
7878
- name: upload Cypress screenshots for failed tests
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
if: failure()
8181
with:
8282
name: cypress-screenshots
8383
path: ui/cypress/screenshots
8484

8585
# Test run video was always captured, so this action uses "always()" condition
8686
- name: upload Cypress test run video
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
if: always()
8989
with:
9090
name: cypress-videos

0 commit comments

Comments
 (0)