From 40ef75e88caef1ac2d9a4bb45030726b489efa18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:21:01 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build-artifacts.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 97d213d..1b83875 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -122,7 +122,7 @@ jobs: - name: Upload artifacts if: ${{ inputs.upload_artifact && steps.build.outcome == 'success' }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 with: name: ${{ inputs.artifact_name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8231522..5f97d3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: run: npm ci - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 with: pattern: dist-* merge-multiple: true