From 8710075a89ccd2716a948ebd5286120f2d7a77d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 03:48:49 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2.11.0 to 3.0.0 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.11.0 to 3.0.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.11.0...v3.0.0) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... 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 1c0996b6..5905444f 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@v2.11.0 + uses: dawidd6/action-download-artifact@v3.0.0 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@v2.11.0 + uses: dawidd6/action-download-artifact@v3.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: publish.yml