From 18ab2a49f0bf8c12f634b418287627217d7b8af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:49:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.9 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 5c0d410c2..11dcb584c 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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: pull_request_number run-id: ${{ github.event.workflow_run.id }}