diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-29 23:18:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 23:18:06 +0200 |
commit | 12dcc0bf58306bdf6f22d7079f539c4dd1028a3c (patch) | |
tree | 316a35090e6d6857254db29e8d413f0d1be35fae /.github | |
parent | 19dd32962de7a73ecc934f8e7a5340d09fd24317 (diff) | |
parent | ded69c0ed229ee3eb708ad7b05524ce5322456d5 (diff) | |
download | nextcloud-server-12dcc0bf58306bdf6f22d7079f539c4dd1028a3c.tar.gz nextcloud-server-12dcc0bf58306bdf6f22d7079f539c4dd1028a3c.zip |
Merge pull request #47226 from nextcloud/dependabot/github_actions/github-actions-720c8da8de
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group
Diffstat (limited to '.github')
-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 7ce5e72045e..0ca6ae2bd72 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -143,7 +143,7 @@ jobs: SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }} - name: Upload snapshots - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: always() with: name: snapshots_${{ matrix.containers }} @@ -154,7 +154,7 @@ jobs: run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log - name: Upload NC logs - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() && matrix.containers != 'component' with: name: nc_logs_${{ matrix.containers }} @@ -165,7 +165,7 @@ jobs: run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar - name: Upload data dir archive - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() && matrix.containers != 'component' with: name: nc_data_${{ matrix.containers }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e4670be0588..fdfe4b61b88 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -91,7 +91,7 @@ jobs: - name: Upload profiles if: always() - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: profiles path: | |