Skip to content

Commit 3b09af5

Browse files
committed
ci: change upload-artifact & download-artifact to Cysharp/Actions
1 parent 10fb124 commit 3b09af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
2424
- run: dotnet test -c Release --no-build
2525
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
26-
- uses: actions/upload-artifact@v2
26+
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
2727
with:
2828
name: nuget
2929
path: ./publish

0 commit comments

Comments
 (0)