From 07e68a9d318387fe8388160c0b6564f065c97396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:30:47 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ed0bc0c..f511bc3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -147,7 +147,7 @@ jobs: echo "GitHub CLI will use GH_TOKEN environment variable for authentication" - name: Upload artifacts to workflow - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.base_name }}-v${{ steps.get_version.outputs.version }} path: | @@ -164,7 +164,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: ./artifacts merge-multiple: true