diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78141522..73857fcb 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@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: assets path: src/ServiceInsight/bin/Release/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 811e7cf9..e9341334 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@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: name: assets path: assets/*