From 2e2da47f4971f1906dbf27a77d51e17769785513 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:43:59 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91cbf30..ec616a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Upload | Distribution Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: steps.release.outputs.released == 'true' with: name: distribution-artifacts @@ -126,7 +126,7 @@ jobs: steps: - name: Setup | Download Build Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 id: artifact-download with: name: distribution-artifacts