Skip to content

Commit

Permalink
Update actions/upload-artifact action to v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RehanSaeed committed Jun 17, 2021
1 parent 24f1b9f commit 6669dc6
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 @@ -45,7 +45,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: 'Publish Artefacts'
uses: actions/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
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/[email protected].3
uses: actions/[email protected].4
with:
name: ${{matrix.os}}
path: './Artefacts'
Expand Down

0 comments on commit 6669dc6

Please sign in to comment.