We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb00ad commit 8e8a7ccCopy full SHA for 8e8a7cc
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'releases') }}
53
steps:
54
- name: Download nupkg
55
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4.1.7
56
with:
57
name: nuget
58
0 commit comments