From 220ba109bb9547f4b6f91d8e924dcc87205c6ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:01:29 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4085491848..89740ccd82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -153,7 +153,7 @@ jobs: PIXLET_VERSION: ${{ steps.windowsvars.outputs.tag }} - name: Upload Release Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: release-artifacts path: build @@ -177,7 +177,7 @@ jobs: go-version: "1.22.2" - name: Fetch Release Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v7 with: name: release-artifacts path: build