From 8e33ffcbaa9a63e6ac228a6f2b196541fbf829ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:38:03 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 786c43362898..b5cd00f6a723 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -43,7 +43,7 @@ jobs: run: ./ci/performance_test.sh run_performance_test - name: Upload Performance Test Result - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: perf.txt path: | @@ -51,7 +51,7 @@ jobs: retention-days: 3 - name: Upload flamegrpah - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: flamegraph.svg path: |