From 843bd758fe0835aac14c5707f80b7f7a571f1976 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Fri, 23 Aug 2024 20:54:54 +0900 Subject: [PATCH] update actions/upload-artifact from v3 to v4 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e62efe0..fa5ce1d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: - name: dotnet pack TypedSignalR.Client.TypeScript.Generator run: dotnet pack -c Release --output ${{ github.workspace }}/artifacts -p:Version=${{ env.RELEASE_VERSION }} ./src/TypedSignalR.Client.TypeScript.Generator/TypedSignalR.Client.TypeScript.Generator.csproj - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Packages path: ${{ github.workspace }}/artifacts