From 88fe3efe3107dbc02fb9a230f74b280f1859e89b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 18:15:14 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/build.yml | 2 +- Source/ApiTemplate/.github/workflows/build.yml | 2 +- Source/GraphQLTemplate/.github/workflows/build.yml | 2 +- Source/NuGetTemplate/.github/workflows/build.yml | 2 +- Source/OrleansTemplate/.github/workflows/build.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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"