We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 316daac + 23b8c8e commit 0c40a0aCopy full SHA for 0c40a0a
1 file changed
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: actions/checkout@v6
68
69
- name: Download artifacts
70
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
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