diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index cb48e733..e4c4ead3 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -123,7 +123,7 @@ jobs: path: release/IsIdentifiablePlugin.*.nupkg retention-days: 1 - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.10.0 if: contains(github.ref, 'refs/tags/v') with: repo_token: ${{ secrets.GITHUB_TOKEN }}