From a3af9cdc2571ae06598d0b4123fe2909db6039a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 20:08:32 +0000 Subject: [PATCH] chore(dependencies): GITHUB-ACTIONS: Bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/634f93cb2916e3fdff6788551b99b062d0335ce0...018cc2cf5baa6db3ef3c5f8a56943fffe632ef53) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-display-code-coverage.yml | 2 +- .github/workflows/pr-serve-documentation-preview.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sphinx.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-display-code-coverage.yml b/.github/workflows/pr-display-code-coverage.yml index 4365b058cd..4efc0058f1 100644 --- a/.github/workflows/pr-display-code-coverage.yml +++ b/.github/workflows/pr-display-code-coverage.yml @@ -32,7 +32,7 @@ jobs: - name: Download coverage reports id: download-coverage-reports continue-on-error: True - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: ${{ matrix.package }}-coverage path: coverage/ diff --git a/.github/workflows/pr-serve-documentation-preview.yml b/.github/workflows/pr-serve-documentation-preview.yml index ba047c4bed..b920560b19 100644 --- a/.github/workflows/pr-serve-documentation-preview.yml +++ b/.github/workflows/pr-serve-documentation-preview.yml @@ -28,7 +28,7 @@ jobs: - name: Download HTML artifacts id: download-html-artifacts continue-on-error: True - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: sphinx-html-artifact path: html/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d403367f16..49eacb8c55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: needs: [tag-decomposition, build] steps: - name: Download package distributions - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: ${{ env.UUID }} path: dist/ diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index d7e19c1c06..f5b30e64fd 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -147,7 +147,7 @@ jobs: sparse-checkout: .github - name: Download HTML artifacts - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: sphinx-html-artifact path: html/