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