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 5f0a662 commit a213c0aCopy full SHA for a213c0a
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
needs: [build, unit-test]
263
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
264
steps:
265
- - uses: actions/download-artifact@v3.1.2
+ - uses: actions/download-artifact@v3
266
id: download
267
268
- name: List artifacts
@@ -287,7 +287,7 @@ jobs:
287
288
if: ${{ github.event.inputs.nuget }}
289
290
291
292
293
0 commit comments