diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6eb7a76..cf20951 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,8 +37,8 @@ jobs: # Create the NuGet package in the folder from the environment variable NuGetDirectory - run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} - # Publish the NuGet package as an artifact, so they can be used in the following jobs - - uses: actions/upload-artifact@v3 + # Publish the NuGet package as an artifact,so they can be used in the following jobs + - uses: actions/upload-artifact@v4 with: name: nuget if-no-files-found: error