diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46e1dd5..34fb7d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: - name: Build run: dotnet pack --configuration=Release - name: Upload NuGet package artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: nuget-packages path: artefacts/*.nupkg