Skip to content

Commit 722f0f2

Browse files
committed
chore: updated upload artifact version
1 parent b89d479 commit 722f0f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/feature-branch_deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ jobs:
114114
working-directory: app
115115
spec: tests/e2e/specs/indicators_gtif.js
116116
config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@gtif-testing.eox.at/${{ github.ref_name }}/'
117-
- uses: actions/upload-artifact@v3
117+
- uses: actions/upload-artifact@v4
118118
if: failure()
119119
with:
120120
name: cypress-screenshots
121121
path: app/tests/e2e/screenshots
122-
- uses: actions/upload-artifact@v3
122+
- uses: actions/upload-artifact@v4
123123
if: always()
124124
with:
125125
name: cypress-videos
@@ -141,13 +141,13 @@ jobs:
141141
spec: tests/e2e/specs/indicators_race.js
142142
config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@eodash-testing.eox.at/${{ github.ref_name }}/'
143143

144-
- uses: actions/upload-artifact@v3
144+
- uses: actions/upload-artifact@v4
145145
if: failure()
146146
with:
147147
name: cypress-screenshots
148148
path: app/tests/e2e/screenshots
149149

150-
- uses: actions/upload-artifact@v3
150+
- uses: actions/upload-artifact@v4
151151
if: always()
152152
with:
153153
name: cypress-videos
@@ -169,13 +169,13 @@ jobs:
169169
spec: tests/e2e/specs/indicators_trilateral.js
170170
config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@eodash-trilateral-testing.eox.at/${{ github.ref_name }}/'
171171

172-
- uses: actions/upload-artifact@v3
172+
- uses: actions/upload-artifact@v4
173173
if: failure()
174174
with:
175175
name: cypress-screenshots
176176
path: app/tests/e2e/screenshots
177177

178-
- uses: actions/upload-artifact@v3
178+
- uses: actions/upload-artifact@v4
179179
if: always()
180180
with:
181181
name: cypress-videos

0 commit comments

Comments
 (0)