From c3209357f059758f26686c67cfd180f800a71112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:56:13 -0800 Subject: [PATCH] Bump dawidd6/action-download-artifact from 3.1.4 to 7 in the github-actions group (#19692) --- .github/workflows/validate_and_publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_and_publish_release.yml b/.github/workflows/validate_and_publish_release.yml index a2292755a449..dcf0ddcd6bc1 100644 --- a/.github/workflows/validate_and_publish_release.yml +++ b/.github/workflows/validate_and_publish_release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Download packages id: download_packages - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7 with: github_token: ${{secrets.WRITE_ACCESS_TOKEN}} workflow: build_package.yml