Skip to content

Commit 82d0073

Browse files
ci(cypress): Bump upload action to latest v4
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 637ac1c commit 82d0073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
122122

123123
- name: Upload snapshots
124-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
124+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
125125
if: always()
126126
with:
127127
name: snapshots_${{ matrix.containers }}
@@ -132,7 +132,7 @@ jobs:
132132
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
133133

134134
- name: Upload NC logs
135-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
135+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
136136
if: failure() && matrix.containers != 'component'
137137
with:
138138
name: nc_logs_${{ matrix.containers }}

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload profiles
8484
if: always()
85-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
85+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
8686
with:
8787
name: profiles
8888
path: |

0 commit comments

Comments
 (0)