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/*