From 6441a17c8fb00703965bf0757d25f7d21678ba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:12:06 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 2.0.5 to 2.0.9 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.5 to 2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.5...v2.0.9) Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 01ac69d..d48600c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -87,7 +87,7 @@ jobs: ref: gh-pages token: ${{ secrets.PAT }} - name: download markdown artifacts - uses: actions/download-artifact@v2.0.5 + uses: actions/download-artifact@v2.0.9 with: name: markdown - name: copy contents to index