From a074efb3a3f717a8b15e24e82a5f140e36e4ab3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:37:02 +0300 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 (#751) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 830aa33..917d161 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -429,7 +429,7 @@ jobs: - image-build-arm steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* @@ -468,7 +468,7 @@ jobs: - image-build-arm-distroless steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-distroless-* @@ -506,7 +506,7 @@ jobs: - binary-build - binary-build-arm steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: tinyauth-* path: binaries diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c29610..20fa155 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -390,7 +390,7 @@ jobs: - image-build-arm steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* @@ -431,7 +431,7 @@ jobs: - image-build-arm-distroless steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-distroless-* @@ -473,7 +473,7 @@ jobs: - binary-build - binary-build-arm steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: tinyauth-* path: binaries