From 9c03b7f6e76f5c1fda07fc2c496d9e971001438f Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:29:13 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7.0.1 --- .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 508b91df..1f5a4e72 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: assets path: src/ServiceInsight/bin/Release/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10cc90ce..396c520e 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@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: assets path: assets/*