From b5957d4cde4fcee8c925bb73e31ecb74e7cbde2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:54:29 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-version-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-version-review.yml b/.github/workflows/python-version-review.yml index 6627c43a87..c0508e1d47 100644 --- a/.github/workflows/python-version-review.yml +++ b/.github/workflows/python-version-review.yml @@ -178,7 +178,7 @@ jobs: issues: write steps: - name: Download the Codex assessment - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: monthly-python-version-review path: ${{ runner.temp }}/monthly-python-version-review