From e0747acb2e51c84d3ccf4bb0b39966067264fc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 05:01:37 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/publish.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5a4353e6..f292cca1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -93,7 +93,7 @@ jobs: python-version: "3.12" - name: Download artifacts from build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist-${{ github.run_attempt }} path: dist @@ -125,7 +125,7 @@ jobs: registry-url: https://registry.npmjs.org - name: Download artifacts from build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: jsdist-${{ github.run_attempt }} path: jsdist diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0cfd99da..c02d3aa6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -121,7 +121,7 @@ jobs: run: python -m pip install --upgrade pip - name: Download built artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist-${{ github.run_attempt }} path: ./dist