From 5c1e71d3376977c6e7fb39ec896f2befc99a3496 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:27:46 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v8 --- .github/workflows/preview-docs-deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/preview-docs-deployment.yaml b/.github/workflows/preview-docs-deployment.yaml index ac8bafb7..82dcf94f 100644 --- a/.github/workflows/preview-docs-deployment.yaml +++ b/.github/workflows/preview-docs-deployment.yaml @@ -24,7 +24,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifact - PR - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -38,7 +38,7 @@ jobs: echo "PR_NUM=$(cat pr-num/pr_num)" >> $GITHUB_ENV - name: Download artifact - Ubuntu - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -47,7 +47,7 @@ jobs: allow_forks: true - name: Download artifact - Windows - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} @@ -139,7 +139,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Download artifact - PR - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }}