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.
2 parents eab88d4 + 14dad21 commit 65cb588Copy full SHA for 65cb588
1 file changed
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: actions/checkout@v5
68
69
- name: Download artifacts
70
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
71
with:
72
name: nuget-packages
73
path: ./artifacts
@@ -128,7 +128,7 @@ jobs:
128
token: ${{ secrets.GITHUB_TOKEN }}
129
130
131
132
133
134
0 commit comments