File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 env :
5151 INFRACOST_BIN_TARGET : ${{ matrix.bin_target }}
5252 - name : Upload vsix as artifact
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : ${{ matrix.vsce_target }}
5656 path : " *.vsix"
Original file line number Diff line number Diff line change 5555 env :
5656 INFRACOST_BIN_TARGET : ${{ matrix.bin_target }}
5757 - name : Upload vsix as artifact
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : ${{ matrix.vsce_target }}
6161 path : " *.vsix"
6666 needs : build
6767 if : success() && startsWith( github.ref, 'refs/tags/v')
6868 steps :
69- - uses : actions/download-artifact@v3
69+ - uses : actions/download-artifact@v4
7070 - name : Publish Extension
7171 run : npx vsce publish --yarn --packagePath $(find . -iname *.vsix) -p ${{ secrets.MARKETPLACE_PAT }}
7272 - name : Create GitHub release
You can’t perform that action at this time.
0 commit comments