diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc347f2..7c25b77 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: # Publish the NuGet package as an artifact, so they can be used in the following jobs - name: Save package artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nuget if-no-files-found: error