From 18554a363e61377aead23eb2d9c219cb1a26e4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 10:44:19 +0000 Subject: [PATCH 1/2] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03d6705..7cbca57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: repo.patch path: ${{ runner.temp }} @@ -98,7 +98,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3166366..dc5abc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact path: dist @@ -97,7 +97,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact path: dist From 3e141137df43c8f16424505b53a42b44ab0b287f Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Aug 2025 10:46:05 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cbca57..03d6705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Download patch - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v4 with: name: repo.patch path: ${{ runner.temp }} @@ -98,7 +98,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v4 with: name: build-artifact path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc5abc9..3166366 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v4 with: name: build-artifact path: dist @@ -97,7 +97,7 @@ jobs: with: node-version: lts/* - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v4 with: name: build-artifact path: dist