diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-12 22:12:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 22:12:48 +0000 |
commit | 89eecf93f74898594377aca65bc2285aa4e7a1b6 (patch) | |
tree | 13de2b7163cdad1d7af8a4890c9a2f34777d372f /.github | |
parent | 7903b42d71aac57b01402ed7ba28168b913c8ee3 (diff) | |
download | nextcloud-server-89eecf93f74898594377aca65bc2285aa4e7a1b6.tar.gz nextcloud-server-89eecf93f74898594377aca65bc2285aa4e7a1b6.zip |
chore(deps): Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...0b7f8abb1508181956e8e162db84b466c27e18ce)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/performance.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 44ca8954078..eb857b864c0 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -79,7 +79,7 @@ jobs: - name: Upload profiles if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce with: name: profiles path: | |