From e91f7378e81c1813ce45cf97afb27422c6487d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:40:43 -0400 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 (#1222) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/insight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insight.yml b/.github/workflows/insight.yml index 9d90991..f489467 100644 --- a/.github/workflows/insight.yml +++ b/.github/workflows/insight.yml @@ -37,7 +37,7 @@ jobs: jq '.' "$GITHUB_EVENT_PATH" - name: "Download Pull Request number" - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: pull_request_number run-id: ${{ github.event.workflow_run.id }}