diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a444fb..3738e18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: - name: Pack (EF Core adapter) run: dotnet pack ./src/KeelMatrix.QueryWatch.EfCore/KeelMatrix.QueryWatch.EfCore.csproj --configuration Release --no-build --include-symbols --p:SymbolPackageFormat=snupkg --output ./artifacts/packages - name: Upload packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: nuget-packages path: ./artifacts/packages @@ -248,7 +248,7 @@ jobs: -CoolDownSec 0 - name: Upload benchmark artifacts (${{ matrix.shard.name }}) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: perf-benchmarks-${{ matrix.shard.name }} path: artifacts/benchmarks