From 69be126d3c0b2f24b8a7272d00299e35a3f8222f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:16:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-rtb-data.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-rtb-data.yml b/.github/workflows/release-rtb-data.yml index 11e80e41..1de63f28 100644 --- a/.github/workflows/release-rtb-data.yml +++ b/.github/workflows/release-rtb-data.yml @@ -65,7 +65,7 @@ jobs: with: python-version: "3.12" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: rtb-data-dist path: dist @@ -82,7 +82,7 @@ jobs: permissions: id-token: write # required for OIDC trusted publishing steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: rtb-data-dist path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1afe3852..d3f96818 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: with: python-version: "3.12" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: wheels-ubuntu-latest-* merge-multiple: true @@ -128,13 +128,13 @@ jobs: permissions: id-token: write # required for OIDC trusted publishing steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: wheels-* merge-multiple: true path: dist - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: sdist path: dist @@ -156,7 +156,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: wheels-pyodide path: pyodide-dist