We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124a2d3 commit 330e36bCopy full SHA for 330e36b
1 file changed
.github/workflows/publish.yml
@@ -71,7 +71,7 @@ jobs:
71
if: github.event.inputs.publishMS == 'true'
72
steps:
73
- uses: actions/checkout@v2
74
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
75
with:
76
name: ${{ needs.package.outputs.packageName }}
77
- name: Publish to VS marketplace
@@ -84,7 +84,7 @@ jobs:
84
if: github.event.inputs.publishOVSX == 'true'
85
86
87
88
89
90
- name: Publish to Open VSX
@@ -96,7 +96,7 @@ jobs:
96
needs: package
97
if: github.event.inputs.publishGH == 'true'
98
99
100
101
102
0 commit comments