From e0da701dcfe2e04db0d01566caa627942f6c45a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:34:18 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/job-node-publish.yml | 2 +- .github/workflows/job-node-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/job-node-publish.yml b/.github/workflows/job-node-publish.yml index a487d35..d596427 100644 --- a/.github/workflows/job-node-publish.yml +++ b/.github/workflows/job-node-publish.yml @@ -58,7 +58,7 @@ jobs: with: node-version: ${{ inputs.node_version }} registry-url: https://registry.npmjs.org - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 with: name: target path: ${{ inputs.artifactPath }} diff --git a/.github/workflows/job-node-test.yml b/.github/workflows/job-node-test.yml index 5ea60cc..8fbaec0 100644 --- a/.github/workflows/job-node-test.yml +++ b/.github/workflows/job-node-test.yml @@ -40,7 +40,7 @@ jobs: working-directory: ${{ inputs.workingDirectory }} - run: npm run build working-directory: ${{ inputs.workingDirectory }} - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: ${{ (github.head_ref || github.ref) == format('refs/heads/{0}', inputs.release_branch ) }} with: name: target