diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1daaa5d..12b1aa2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: - run: dotnet build --configuration Release # Publish the NuGet package as an artifact, so they can be used in the following jobs - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: nuget if-no-files-found: error