Skip to content

Commit 428ede2

Browse files
Use artifacts v4
1 parent 6b4f060 commit 428ede2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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}}%"
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)