We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 525610b + 9a09fb9 commit ef18567Copy full SHA for ef18567
1 file changed
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: actions/checkout@v5
67
68
- name: Download artifacts
69
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
70
with:
71
name: nuget-packages
72
path: ./artifacts
@@ -128,7 +128,7 @@ jobs:
128
token: ${{ secrets.GITHUB_TOKEN }}
129
130
131
132
133
134
0 commit comments