diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c2eae8..699193c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -178,7 +178,7 @@ jobs: # However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897 # Therefore, we'll (sadly) pull artifacts from Windows machine only for now - name: Download generic artifact from windows-latest - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.0 with: name: windows-latest_${{ env.PLUGIN_NAME }}-generic path: out