diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-06-13 09:17:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 09:17:27 +0200 |
commit | 14ae779d6293860a89bd7fdded535418df4b1456 (patch) | |
tree | b875e77eaa097392619f909fda2d55a62117bd4d /.github | |
parent | 042003ac3d8e867f6ce580df9ea4d17904a94d90 (diff) | |
parent | 89eecf93f74898594377aca65bc2285aa4e7a1b6 (diff) | |
download | nextcloud-server-14ae779d6293860a89bd7fdded535418df4b1456.tar.gz nextcloud-server-14ae779d6293860a89bd7fdded535418df4b1456.zip |
Merge pull request #38788 from nextcloud/dependabot/github_actions/actions/upload-artifact-3
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: | |