From 051c103e01ba7e06bc7ffacdcb8358b50a6d7b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:42:23 +0000 Subject: [PATCH] Bump the artifacts group across 1 directory with 2 updates Bumps the artifacts group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `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 dependency-group: artifacts - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 916a5c0..0c10d73 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -50,12 +50,12 @@ jobs: echo Version is $VERSION echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Upload thunderstore artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: mod-bundle path: thunderstore/dist - name: Upload nuget artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: nuget path: nuget/ @@ -107,7 +107,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 @@ -148,7 +148,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/ @@ -168,7 +168,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: mod-bundle path: thunderstore/dist