diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 02:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 02:07:43 +0000 |
commit | 3cd3ad667b1d24ea8ae47a3d44e36f84bda0f5b2 (patch) | |
tree | 305a850da4290b9f485db41e4c75d50c2783d4f7 /.github/workflows/performance.yml | |
parent | fe4dde3610eeaa7db50dcab3d3a886602956c220 (diff) | |
download | nextcloud-server-3cd3ad667b1d24ea8ae47a3d44e36f84bda0f5b2.tar.gz nextcloud-server-3cd3ad667b1d24ea8ae47a3d44e36f84bda0f5b2.zip |
chore(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8)
---
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/performance.yml')
-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 9999f4e1872..16880e1fc60 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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 with: name: profiles path: | |