From c3bdeaebddbc2cb9a9026acaf7c6fb5f5a96f8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:28:42 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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] --- .github/workflows/release_generate-release-note.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_generate-release-note.yml b/.github/workflows/release_generate-release-note.yml index f128943..90f5017 100644 --- a/.github/workflows/release_generate-release-note.yml +++ b/.github/workflows/release_generate-release-note.yml @@ -42,7 +42,7 @@ jobs: sed -n -e "1{/^## /d;}" -e "2{/^$/d;}" -e "/^## $PREV_VERSION/{q}" -e "p" CHANGELOG.md >> release-notes.txt echo "releasenoteartifact=release-notes.txt" >> $GITHUB_OUTPUT - id: upload-release-notes - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ steps.generate-release-notes.outputs.releasenoteartifact }} path: ${{ steps.generate-release-notes.outputs.releasenoteartifact }}