diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22925867c..1dea4c31d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: run: dotnet cake --target=Pack shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: ${{matrix.os}} path: "./Artefacts" diff --git a/Source/ApiTemplate/.github/workflows/build.yml b/Source/ApiTemplate/.github/workflows/build.yml index 2c600c1a7..938677bfc 100644 --- a/Source/ApiTemplate/.github/workflows/build.yml +++ b/Source/ApiTemplate/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: run: dotnet cake --target=Publish shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: ${{matrix.os}} path: "./Artefacts" diff --git a/Source/GraphQLTemplate/.github/workflows/build.yml b/Source/GraphQLTemplate/.github/workflows/build.yml index 3f24fb315..6d86b7cb5 100644 --- a/Source/GraphQLTemplate/.github/workflows/build.yml +++ b/Source/GraphQLTemplate/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: run: dotnet cake --target=Publish shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: ${{matrix.os}} path: "./Artefacts" diff --git a/Source/NuGetTemplate/.github/workflows/build.yml b/Source/NuGetTemplate/.github/workflows/build.yml index 469100b46..2ffdbb25c 100644 --- a/Source/NuGetTemplate/.github/workflows/build.yml +++ b/Source/NuGetTemplate/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: run: dotnet cake --target=Pack shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: ${{matrix.os}} path: "./Artefacts" diff --git a/Source/OrleansTemplate/.github/workflows/build.yml b/Source/OrleansTemplate/.github/workflows/build.yml index 99a686d26..6b9007804 100644 --- a/Source/OrleansTemplate/.github/workflows/build.yml +++ b/Source/OrleansTemplate/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: run: dotnet cake --target=Publish shell: pwsh - name: "Publish Artefacts" - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3.0.0 with: name: ${{matrix.os}} path: "./Artefacts"