From 83a28b6d5f9fbe49cdcd54aa430fee3ca2c8252c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:26:34 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 5.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v8.0.1) --- 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/automated-workflow-fixes.yml | 12 ++++++------ .../workflows/reusable-cli-command-path-check.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/automated-workflow-fixes.yml b/.github/workflows/automated-workflow-fixes.yml index 5186f2066..c63c279b2 100644 --- a/.github/workflows/automated-workflow-fixes.yml +++ b/.github/workflows/automated-workflow-fixes.yml @@ -397,7 +397,7 @@ jobs: - name: Download link check artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: link-check-artifacts path: .github/automation-reports/link-check-artifacts @@ -405,7 +405,7 @@ jobs: - name: Download markdownlint artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: markdownlint-artifacts path: .github/automation-reports/markdownlint-artifacts @@ -413,7 +413,7 @@ jobs: - name: Download cspell artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: cspell-artifacts path: .github/automation-reports/cspell-artifacts @@ -421,7 +421,7 @@ jobs: - name: Download CLI path artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: cli-command-path-artifacts path: .github/automation-reports/cli-command-path-artifacts @@ -429,7 +429,7 @@ jobs: - name: Download ReadMe constraints artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: readme-docs-constraints-report path: .github/automation-reports/readme-docs-constraints-report @@ -437,7 +437,7 @@ jobs: - name: Download dependency monitor artifacts if: always() continue-on-error: true - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: dependency-monitor-report path: .github/automation-reports/dependency-monitor-report diff --git a/.github/workflows/reusable-cli-command-path-check.yml b/.github/workflows/reusable-cli-command-path-check.yml index 783416c31..8a844f7e7 100644 --- a/.github/workflows/reusable-cli-command-path-check.yml +++ b/.github/workflows/reusable-cli-command-path-check.yml @@ -370,7 +370,7 @@ jobs: persist-credentials: true - name: Download matrix artifacts - uses: actions/download-artifact@v8 + uses: actions/download-artifact@v8.0.1 with: pattern: cli-command-path-artifacts-* path: .github/cli-command-paths