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 6f32b2c commit afc3a9dCopy full SHA for afc3a9d
.github/workflows/ci.yml
@@ -247,7 +247,7 @@ jobs:
247
needs: [build, unit-test]
248
if: ${{ ! ( github.event.inputs.nuget ) }}
249
steps:
250
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
251
id: download
252
253
- name: List artifacts
@@ -272,7 +272,7 @@ jobs:
272
273
if: ${{ github.event.inputs.nuget }}
274
275
276
277
278
@@ -304,7 +304,7 @@ jobs:
304
with:
305
fetch-depth: 0
306
307
308
309
310
0 commit comments