diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-20 05:42:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 05:42:34 +0000 |
commit | 90e2146146966fd99bae1346fe06ffa89bd0a5c7 (patch) | |
tree | adf7f9b398178d89447032f5635afc298b3d11b7 | |
parent | bd82cc7202ab6cba36e63ddeab681f9f6d30af40 (diff) | |
parent | 3f16a3c297044745922d8df1c0ba2192c6a941e5 (diff) | |
download | nextcloud-server-90e2146146966fd99bae1346fe06ffa89bd0a5c7.tar.gz nextcloud-server-90e2146146966fd99bae1346fe06ffa89bd0a5c7.zip |
Merge pull request #42981 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.2.0
-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 cace82869ca..e787a6b17c4 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -121,7 +121,7 @@ jobs: SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }} - name: Upload snapshots - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 if: failure() && matrix.containers != 'component' with: name: nc_logs_${{ matrix.containers }} @@ -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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 if: failure() && matrix.containers != 'component' with: name: nc_data_${{ matrix.containers }} diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index f1534e8df82..9999f4e1872 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@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: profiles path: | |