Skip to content

Commit 87b3e6a

Browse files
Update actions/upload-artifact action to v3.2.2
1 parent 0595190 commit 87b3e6a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: dotnet cake --target=Pack
5151
shell: pwsh
5252
- name: "Publish Artefacts"
53-
uses: actions/upload-artifact@v3.1.3
53+
uses: actions/upload-artifact@v3.2.2
5454
with:
5555
name: ${{matrix.os}}
5656
path: "./Artefacts"

Source/ApiTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Publish
4949
shell: pwsh
5050
- name: "Publish Artefacts"
51-
uses: actions/upload-artifact@v3.1.3
51+
uses: actions/upload-artifact@v3.2.2
5252
with:
5353
name: ${{matrix.os}}
5454
path: "./Artefacts"

Source/GraphQLTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Publish
4949
shell: pwsh
5050
- name: "Publish Artefacts"
51-
uses: actions/upload-artifact@v3.1.3
51+
uses: actions/upload-artifact@v3.2.2
5252
with:
5353
name: ${{matrix.os}}
5454
path: "./Artefacts"

Source/NuGetTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Pack
4949
shell: pwsh
5050
- name: "Publish Artefacts"
51-
uses: actions/upload-artifact@v3.1.3
51+
uses: actions/upload-artifact@v3.2.2
5252
with:
5353
name: ${{matrix.os}}
5454
path: "./Artefacts"

Source/OrleansTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Publish
4949
shell: pwsh
5050
- name: "Publish Artefacts"
51-
uses: actions/upload-artifact@v3.1.3
51+
uses: actions/upload-artifact@v3.2.2
5252
with:
5353
name: ${{matrix.os}}
5454
path: "./Artefacts"

0 commit comments

Comments
 (0)