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 22bd5d0 commit ac975aaCopy full SHA for ac975aa
.github/workflows/publish.yml
@@ -178,7 +178,7 @@ jobs:
178
# However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897
179
# Therefore, we'll (sadly) pull artifacts from Windows machine only for now
180
- name: Download generic artifact from windows-latest
181
- uses: actions/download-artifact@v3.0.2
+ uses: actions/download-artifact@v4.0.0
182
with:
183
name: windows-latest_${{ env.PLUGIN_NAME }}-generic
184
path: out
0 commit comments