From 3235cd091c32793e205e31cfbc9e4f933b5bfb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:07:09 +0800 Subject: [PATCH] ci: bump actions/download-artifact from 7 to 8 (#325) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: l0ng-ai --- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 38af39cc..acc5aa7b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -166,7 +166,7 @@ jobs: - name: Fetch the bundled Linux server if: matrix.os == 'windows' continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nightly-tty7-server-linux-x86_64-musl path: tty7/bundled-server diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41a11a1b..3b72f06b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: - name: Fetch the bundled Linux server if: matrix.os == 'windows' continue-on-error: true - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-tty7-server-linux-x86_64-musl path: tty7/bundled-server