From 38e1e8b0e6ba4a67f87b1fa8376020dccd04d2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:15:04 +0000 Subject: [PATCH] chore(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/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b7bd53..367ebba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: needs: [meta, docker-build] steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digest-* path: /tmp/digests @@ -308,13 +308,13 @@ jobs: - uses: actions/checkout@v4 - name: Download Python artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-dist path: dist/ - name: Download Chrome extension - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: chrome-extension path: . @@ -376,7 +376,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: python-dist path: dist/