From 5277cdc4a0d20782f31aa1ce31c4bdaca92f76d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:13:08 +0000 Subject: [PATCH] deps: update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1430f7c3c..b90fb3f13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Run GoReleaser run: goreleaser release --clean --snapshot --skip=sign - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: Preview Binaries path: dist/hcloud-*/hcloud