From 393a3ad7ce1878fdd79e05b317ff56e8ea486ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:33:34 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows (#311) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/upload-previews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-previews.yml b/.github/workflows/upload-previews.yml index be4c631b..15742b92 100644 --- a/.github/workflows/upload-previews.yml +++ b/.github/workflows/upload-previews.yml @@ -21,7 +21,7 @@ jobs: - run: pip install click==8.0.4 - run: pip install smokeshow - - uses: dawidd6/action-download-artifact@v2 + - uses: dawidd6/action-download-artifact@v6 with: workflow: ci.yml commit: ${{ github.event.workflow_run.head_sha }}