From 73022aa8a24b1b592d14ae6d908f9fb378bfb9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:01:44 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/debug.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5e11ee245..8f522b426 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -40,12 +40,12 @@ jobs: actions: read contents: write steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: Orbiter-x86 path: Orbiter-x86 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: Orbiter-x64 path: Orbiter-x64 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c4cd5e55f..47e487c00 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -50,7 +50,7 @@ jobs: runs-on: windows-latest steps: - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 - name: Re-arrange artifacts shell: cmd diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afe7ae0ce..d204ce171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,12 +39,12 @@ jobs: actions: read contents: write steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: Orbiter-x86 path: Orbiter-x86 - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: Orbiter-x64 path: Orbiter-x64