Skip to content

Commit be78c1c

Browse files
renovate-botRehanSaeed
authored andcommitted
Update actions/download-artifact action to v2
1 parent 05525f9 commit be78c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: windows-latest
6767
steps:
6868
- name: 'Download Artefact'
69-
uses: actions/download-artifact@v1
69+
uses: actions/download-artifact@v2
7070
with:
7171
name: 'windows-latest'
7272
- name: 'Dotnet NuGet Add Source'
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: windows-latest
8787
steps:
8888
- name: 'Download Artefact'
89-
uses: actions/download-artifact@v1
89+
uses: actions/download-artifact@v2
9090
with:
9191
name: 'windows-latest'
9292
- name: 'Dotnet NuGet Push'

0 commit comments

Comments
 (0)