From 69c46947f5df199c8aefab263730772535638bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:29:29 +0000 Subject: [PATCH] chore(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/apex_performance.yml | 4 ++-- .github/workflows/ci-quality-firewall.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/performance-monitor.yml | 2 +- .github/workflows/submit-pypi.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apex_performance.yml b/.github/workflows/apex_performance.yml index 196c75f29..920682b8e 100644 --- a/.github/workflows/apex_performance.yml +++ b/.github/workflows/apex_performance.yml @@ -176,7 +176,7 @@ jobs: pip check - name: Download Results - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: apex_downloaded_results pattern: apex-results-* @@ -313,7 +313,7 @@ jobs: pip install -e . - name: Download Ledger - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: apex-ledger diff --git a/.github/workflows/ci-quality-firewall.yml b/.github/workflows/ci-quality-firewall.yml index 4a3738110..300bec6d6 100644 --- a/.github/workflows/ci-quality-firewall.yml +++ b/.github/workflows/ci-quality-firewall.yml @@ -548,7 +548,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION_LINT }} - name: Download coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* path: coverage-artifacts @@ -709,7 +709,7 @@ jobs: python -m pip install --upgrade pip - name: Download test results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: test-results-* path: test-results/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 109981a33..e752e8a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -375,7 +375,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION_LINT }} - name: Download coverage artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-* path: coverage-artifacts diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3ecf8fb1f..0fd823603 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v6 - name: Download documentation - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: api-documentation path: docs/api/_build/html diff --git a/.github/workflows/performance-monitor.yml b/.github/workflows/performance-monitor.yml index aa74ba79e..40aedc157 100644 --- a/.github/workflows/performance-monitor.yml +++ b/.github/workflows/performance-monitor.yml @@ -54,7 +54,7 @@ jobs: - name: Download baseline results continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: baseline-benchmark path: baseline/ diff --git a/.github/workflows/submit-pypi.yml b/.github/workflows/submit-pypi.yml index 4908de03c..7f2ac54aa 100644 --- a/.github/workflows/submit-pypi.yml +++ b/.github/workflows/submit-pypi.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -107,7 +107,7 @@ jobs: steps: - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: dist/