We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05525f9 commit be78c1cCopy full SHA for be78c1c
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: windows-latest
67
steps:
68
- name: 'Download Artefact'
69
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v2
70
with:
71
name: 'windows-latest'
72
- name: 'Dotnet NuGet Add Source'
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
- name: 'Dotnet NuGet Push'
0 commit comments