diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67f7dee2..3c2ebb99 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@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: assets path: src/ServiceInsight/bin/Release/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89e8d406..f1ec13ad 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@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: assets path: assets/*