From 25bd5fc0db21c1c716204b3e427e2a0d0884e5da Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Fri, 21 Aug 2026 08:40:54 +0900 Subject: [PATCH 1/2] Update actions/upload-artifact to v7 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c603ea..f4e8626b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: done - name: Upload refs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: refs-amd64 path: /tmp/refs/* @@ -169,7 +169,7 @@ jobs: done - name: Upload refs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: refs-arm64 path: /tmp/refs/* From f74a05916f35fd525843b7219621a515743badb6 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Fri, 21 Aug 2026 08:42:22 +0900 Subject: [PATCH 2/2] Update docker/login-action to v4.6.0 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4e8626b..1296af4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: run: ./.github/bin/free-disk-space.sh - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -128,7 +128,7 @@ jobs: run: ./.github/bin/free-disk-space.sh - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -187,7 +187,7 @@ jobs: ref: ${{ needs.prepare.outputs.commit_sha }} - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}