Skip to content

Commit

Permalink
Update actions/download-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RehanSaeed committed Mar 2, 2022
1 parent 68db8b4 commit fdeb27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.0
with:
name: "windows-latest"
- name: "Dotnet NuGet Add Source"
Expand All @@ -91,7 +91,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.0
with:
name: "windows-latest"
- name: "Dotnet NuGet Push"
Expand Down

0 comments on commit fdeb27f

Please sign in to comment.