From 96f0fb31da56bb25f73df118eed5379e6d2438ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:43:56 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.0.0...v3.1.1) --- 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-html.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-html.yml b/.github/workflows/preview-html.yml index f887cd19..5b39e370 100644 --- a/.github/workflows/preview-html.yml +++ b/.github/workflows/preview-html.yml @@ -13,7 +13,7 @@ jobs: output1: ${{ steps.echo_pr_nb.outputs.pr_number }} steps: - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v3.0.0 + uses: dawidd6/action-download-artifact@v3.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: publish.yml @@ -58,7 +58,7 @@ jobs: id: deploy-preview message: "Starting deployment of preview ⏳..." - name: Download workflow artifact - uses: dawidd6/action-download-artifact@v3.0.0 + uses: dawidd6/action-download-artifact@v3.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: publish.yml