Skip to content

Commit a6108da

Browse files
committed
ci: change upload-artifact & download-artifact to Cysharp/Actions
1 parent b2078f0 commit a6108da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: dotnet test -c Release --no-build
2929
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
3030
# Store artifacts.
31-
- uses: actions/upload-artifact@v2
31+
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
3232
with:
3333
name: nuget
3434
path: ./publish/

0 commit comments

Comments
 (0)