From 4bb5c086360e89ddbc63cc1352ebe2df865a821a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:43:27 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 16 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 50f36bd..c93cc8c 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -100,7 +100,7 @@ jobs: "docs/requirements.txt" - name: Download coverage report - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: workflow: pytest.yml branch: main