From 98fb1af38311bfc3ab9e6c74f53b28d87f1cef6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:35:25 +0000 Subject: [PATCH] chore(actions): update actions/upload-artifact action to v5 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e920797..90222c9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -118,7 +118,7 @@ jobs: labels: ${{ steps.extract-metadata.outputs.labels }} - name: Upload Docker image archive - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: image.tar path: ${{ runner.temp }}/image.tar