From f33be195fcd4cc97a370390df06addb288bfbe42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:20:42 +0000 Subject: [PATCH] chore(actions): update actions/upload-artifact action to v7 --- .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 a4426f8..9fc8b2e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -96,7 +96,7 @@ jobs: labels: ${{ steps.extract-metadata.outputs.labels }} - name: Upload Docker image archive - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: image.tar path: ${{ runner.temp }}/image.tar