From c9eafe393e18224a1d7aa4417a166f6e8bd6cb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:10:53 +0000 Subject: [PATCH] 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-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index e937293..9b03bad 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -103,7 +103,7 @@ jobs: - name: Restore tools run: dotnet tool restore - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: mod-bundle path: thunderstore/dist @@ -141,7 +141,7 @@ jobs: with: dotnet-version: 9.x - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nuget path: nuget/ @@ -162,7 +162,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: mod-bundle path: thunderstore/dist