diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dbe6ef0..9cbbb3c 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@v6 + uses: actions/upload-artifact@v7 with: name: nuget if-no-files-found: error