From fee3fac9a8e38c4b450ba158153700d781e8cef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 04:05:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20dawidd6/action-download-arti?= =?UTF-8?q?fact=20from=202.14.1=20to=202.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.14.1 to 2.19.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.14.1...v2.19.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 0ef3f66..ee1227e 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Download Artifact Docs - uses: dawidd6/action-download-artifact@v2.14.1 + uses: dawidd6/action-download-artifact@v2.19.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build-docs.yml