Skip to content

Commit f82db88

Browse files
alfredeenj-awada
authored andcommitted
Update e2e-tests.yaml
Upgrade action upload-artifact to v4
1 parent 6646624 commit f82db88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
config: pageLoadTimeout=100000,baseUrl=${{ env.STUDIO_URL }}
128128
quiet: true
129129
- name: Save cypress screenshot artifacts on failure
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
if: failure()
132132
with:
133133
name: cypress-screenshots
134134
path: cypress/screenshots
135135
- name: Save cypress video artifacts on failure
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
if: always()
138138
with:
139139
name: cypress-videos

0 commit comments

Comments
 (0)