aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2025-02-04 11:45:19 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2025-02-04 11:46:54 +0100
commit7bc55aec6e4a2702df06fb3fe3842500a272748b (patch)
treea718bdd01bf5f0e899b3270249f97feb18069f82
parent035b2b23d6f57312bfad66eb2d4d73a64c3f9821 (diff)
downloadnextcloud-server-7bc55aec6e4a2702df06fb3fe3842500a272748b.tar.gz
nextcloud-server-7bc55aec6e4a2702df06fb3fe3842500a272748b.zip
ci(cypress): Bump upload action to latest v4 (again)backport/50270/stable28-follow-up
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 0380fe50217..7a74048e513 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -143,7 +143,7 @@ jobs:
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
- name: Upload data dir archive
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure() && matrix.containers != 'component'
with:
name: nc_data_${{ matrix.containers }}