File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 path : mermaid-graphTests/TestResults/coverage.opencover.xml
5656 gist-filename : MermaidGraph.NET.code-coverage.json
5757 gist-id : 24afd0c237dc4c9b56453dce09b24687
58- gist-auth-token : ${{ secrets.GIST_AUTH_TOKEN }}
58+ gist-auth-token : ${{ secrets.GIST_AUTH_TOKEN }}
5959
6060 - name : Print code coverage
6161 run : echo "Code coverage percentage ${{steps.create_coverage_badge.outputs.percentage}}%"
6464 - run : dotnet pack --configuration Release --no-build --output ${{env.NuGetDirectory}}
6565
6666 # Publish the NuGet package as an artifact, so they can be used in following jobs
67- - uses : actions/upload-artifact@v3
67+ - uses : actions/upload-artifact@v4
6868 with :
6969 name : nuget
7070 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments