From 1b2f8c1a5c21e51e87d0154e775a49445e2c041b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:08:54 +0000 Subject: [PATCH] build(deps): Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/notify-clet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-clet.yml b/.github/workflows/notify-clet.yml index ad9c1d4139..eed89c078c 100644 --- a/.github/workflows/notify-clet.yml +++ b/.github/workflows/notify-clet.yml @@ -31,7 +31,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download published-version artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: published-version run-id: ${{ github.event.workflow_run.id }}