From df5116ed8c4dd6ded5af3e1a001d3c9d300fa8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:16:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.2.0 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.2.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.2.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acc32d62..4793cbe1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -254,7 +254,7 @@ jobs: sed -i "s/^docs_list_title.*/docs_list_title: Developer Guide/" _data/release.yaml - name: Retrieve pdfs and epubs - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.2.0 with: name: export-docs