From dbdbba3f9810e81fc234c56e83fe1fcb0684dc87 Mon Sep 17 00:00:00 2001 From: MoeFurina Date: Fri, 20 Mar 2026 19:58:19 +0800 Subject: [PATCH] Squashed commit of the following: commit ed0208eb8958e27f16e6e7f83b8158ba9d90366b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Mar 1 12:48:11 2026 +0000 chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/build-and-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-pr.yml b/.github/workflows/build-and-pr.yml index f743853..d52850d 100644 --- a/.github/workflows/build-and-pr.yml +++ b/.github/workflows/build-and-pr.yml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: precompiled