From 17dcbc5ea1826aeb4f924d7b7458eb72ecc5c31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:20:20 +0300 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 3 to 5 (#1939) Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 5. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-pr-check-content.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-pr-check-content.yml b/.github/workflows/publish-pr-check-content.yml index 62d5edacf..270cca6be 100644 --- a/.github/workflows/publish-pr-check-content.yml +++ b/.github/workflows/publish-pr-check-content.yml @@ -23,13 +23,13 @@ jobs: runs-on: ubuntu-22.04 steps: - name: download dist artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: plugin-registry-content path: content - name: PR number - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pull-request-number @@ -42,7 +42,7 @@ jobs: fi echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV - name: PR sha - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v5 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: pull-request-sha