diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-20 03:40:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 03:40:23 +0000 |
commit | 3f16a3c297044745922d8df1c0ba2192c6a941e5 (patch) | |
tree | 56da527cbbb62064375c095571a6c380cb2bd73d /.github/workflows/cypress.yml | |
parent | c964a9a9a9090e45b5aa6d1badb1b90447cf4566 (diff) | |
download | nextcloud-server-3f16a3c297044745922d8df1c0ba2192c6a941e5.tar.gz nextcloud-server-3f16a3c297044745922d8df1c0ba2192c6a941e5.zip |
chore(deps): Bump actions/upload-artifact from 4.1.0 to 4.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/1eb3cb2b3e0f29609092a73eb033bb759a334595...694cdabd8bdb0f10b2cea11669e1bf5453eed0a6)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 6 |
1 files changed, 3 insertions, 3 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 }} |