diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 09529cc..7fa2661 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -46,7 +46,7 @@ jobs: - name: Core Tests run: dotnet test Darker.Filter.slnf -c Release --no-restore --no-build --verbosity d - name: Upload packages as artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nuget packages path: "**/*.nupkg"