From 483a3b13213f7e55c48d008ea85ed55986a1015f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:16:08 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aecacb5..19ca10b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew zipjpackage - name: Archive build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.os }}-build-artifacts path: dist @@ -51,15 +51,15 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: ubuntu-latest-build-artifacts path: dist - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: macos-latest-build-artifacts path: dist - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: windows-latest-build-artifacts path: dist