diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-04 09:52:25 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-04 09:52:25 +0100 |
commit | c344486017a84b65e0a8f173908ef82581eee0ca (patch) | |
tree | b3f69f00f9f4aa3d4f23fddeb314424062a2f138 | |
parent | 637ac1c2c1eec85a605b2b3c283d27d59081e180 (diff) | |
download | nextcloud-server-backport/50270/stable28.tar.gz nextcloud-server-backport/50270/stable28.zip |
ci(cypress): Bump upload action to latest v4backport/50270/stable28
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r-- | .github/workflows/cypress.yml | 6 | ||||
-rw-r--r-- | .github/workflows/performance.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 54024d48ed4..79efe23a00d 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -14,7 +14,7 @@ env: jobs: init: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-low outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -121,7 +121,7 @@ jobs: SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }} - name: Upload snapshots - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: always() with: name: snapshots_${{ matrix.containers }} @@ -132,7 +132,7 @@ jobs: run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log - name: Upload NC logs - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: failure() && matrix.containers != 'component' with: name: nc_logs_${{ matrix.containers }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 631b8edc79b..17dd4fb19c7 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -82,7 +82,7 @@ jobs: - name: Upload profiles if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: profiles path: | |