From af738c0b7b11b0cf6555cefabef67068473a3e68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:53:16 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/dotnet-core.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8e995b2..611d806 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -90,43 +90,43 @@ jobs: # only store binlog on failure - name: store binlogs if: ${{ failure() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: binlogs path: artifacts/binlog - name: store docfx - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docfx path: artifacts/docfx - name: store nuget packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: nuget path: artifacts/nuget - name: store omd - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: omd path: artifacts/omd - name: store outdated - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: outdated path: artifacts/outdated - name: store snitch - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: snitch path: artifacts/snitch - name: store resharper dupfinder - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dupfinder path: artifacts/dupfinder @@ -146,7 +146,7 @@ jobs: fetch-depth: 0 - name: Download NuGet Packages - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: name: nuget