From ba139895576f33efa9fb5e84438dd3f3ab01f3e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:47:29 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 3 to 5 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] --- .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