From b2282c8cc73f621d3e1cfb832ef465c1db922dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:09:24 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact Bumps the all-actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 6 to 7 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-surge-pr-check.yml | 6 +++--- .github/workflows/vale.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-surge-pr-check.yml b/.github/workflows/publish-surge-pr-check.yml index 427f490..cdc7535 100644 --- a/.github/workflows/publish-surge-pr-check.yml +++ b/.github/workflows/publish-surge-pr-check.yml @@ -21,13 +21,13 @@ jobs: runs-on: ubuntu-22.04 steps: - name: download dist artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: blog-content path: _site - name: PR number - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pull-request-number @@ -40,7 +40,7 @@ jobs: fi echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV - name: PR sha - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pull-request-sha diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index feb2265..292930f 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: download modified files - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: modified-files @@ -31,7 +31,7 @@ jobs: jq -cr '.' modified-files/modified_files.json >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: PR sha - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pull-request-sha @@ -40,7 +40,7 @@ jobs: pr_sha=$(cat "PR_SHA") echo "PR_SHA=$pr_sha" >> $GITHUB_ENV - name: download blog posts source - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: blog-post-source