From c1e4f58d645eba283bdd43d7b1b6bc699f7d15e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:07:50 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e91f10c..163c6882 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Retrieve unsigned artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: releases-unsigned-diff path: releases @@ -150,7 +150,7 @@ jobs: with: node-version-file: '.tool-versions' - name: Retrieve signed artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 continue-on-error: true # skip if no releases with: name: releases-signed-macos-diff @@ -208,7 +208,7 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: diff - name: Create comment with the diff