From 55885400697a35589f641f0eb8795d136d4d64a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:39:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Update=20actions/upload-artifact?= =?UTF-8?q?=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 814de47..de14a4a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: run: go test -v ./... - name: Upload Binaries - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ddns-go-${{ github.sha }}-${{ matrix.os }}-${{ runner.arch }} path: ddns-go*