From d0a8356aacba80e2de202d708c70d70ac6bd5be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:34:09 +0300 Subject: [PATCH] chore: bump actions/upload-artifact from 6 to 7 (#50) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hotpath-profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index f79b668..5fa1026 100644 --- a/.github/workflows/hotpath-profile.yml +++ b/.github/workflows/hotpath-profile.yml @@ -53,7 +53,7 @@ jobs: echo '${{ github.event.pull_request.number }}' > /tmp/pr_number.txt - name: Upload profiling results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: hotpath-results path: |