From 9af48a230a81162e10abc137498500f8885ac320 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:29:00 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80cc9686..27cced71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Upload assets - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: assets path: src/ServiceInsight/bin/Release/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93d28346..3d9ed0c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} run: dotnet build src/Setup --configuration Release - name: Publish artifacts - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: assets path: assets/*