File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 if : github.event.inputs.publishMS == 'true'
7272 steps :
7373 - uses : actions/checkout@v2
74- - uses : actions/download-artifact@v2
74+ - uses : actions/download-artifact@v4
7575 with :
7676 name : ${{ needs.package.outputs.packageName }}
7777 - name : Publish to VS marketplace
8484 if : github.event.inputs.publishOVSX == 'true'
8585 steps :
8686 - uses : actions/checkout@v2
87- - uses : actions/download-artifact@v2
87+ - uses : actions/download-artifact@v4
8888 with :
8989 name : ${{ needs.package.outputs.packageName }}
9090 - name : Publish to Open VSX
9696 needs : package
9797 if : github.event.inputs.publishGH == 'true'
9898 steps :
99- - uses : actions/download-artifact@v2
99+ - uses : actions/download-artifact@v4
100100 with :
101101 name : ${{ needs.package.outputs.packageName }}
102102
You can’t perform that action at this time.
0 commit comments