Skip to content

Commit

Permalink
Update actions/upload-artifact action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RehanSaeed committed Dec 8, 2021
1 parent bcf124b commit 8dae03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand Down

0 comments on commit 8dae03e

Please sign in to comment.