diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0bd791..e82020a 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@v5 with: name: nuget-packages path: artefacts/*.nupkg