Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed May 23, 2022
1 parent 3a74bf0 commit b5f149f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down
2 changes: 1 addition & 1 deletion Source/ApiTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet cake --target=Publish
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down
2 changes: 1 addition & 1 deletion Source/GraphQLTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet cake --target=Publish
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down
2 changes: 1 addition & 1 deletion Source/NuGetTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down
2 changes: 1 addition & 1 deletion Source/OrleansTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet cake --target=Publish
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down

0 comments on commit b5f149f

Please sign in to comment.