diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 19b2564..30dd940 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -48,7 +48,7 @@ jobs: - name: Core Tests run: dotnet test -c Release --no-restore --no-build --verbosity d - name: Upload packages as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nuget packages path: "**/*.nupkg"