From c7ce4e8a20c6101cc5db0061ddbf1f624e197afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:48:25 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 91d13ee..58435e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: run: echo "Will release nuget package" - name: Upload nuget packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: ${{ steps.get-branch.outputs.branch == 'master' && steps.confirm-release.outputs.test == 0 }} with: name: nuget-packages @@ -74,7 +74,7 @@ jobs: with: dotnet-version: 8.0.407 - name: Download nuget packages - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: nuget-packages path: nuget-packages/