Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 0595190 commit 9e27380
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.1.3
uses: actions/upload-artifact@v3.2.1
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.1.3
uses: actions/upload-artifact@v3.2.1
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.1.3
uses: actions/upload-artifact@v3.2.1
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.1.3
uses: actions/upload-artifact@v3.2.1
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.1.3
uses: actions/upload-artifact@v3.2.1
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down

0 comments on commit 9e27380

Please sign in to comment.