From dd8fa0e724d6415703d11820bb82f92104832fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:57:37 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/python-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d733bfb..303d9ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download dapper dataset - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dapper-binary-${{ runner.os }} path: target/debug/ diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f5b7040..5dfcb63 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -67,7 +67,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download Python package dist artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: python-package-dist path: dist @@ -86,7 +86,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download Python package dist artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: python-package-dist path: dist