File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 build :
1111 runs-on : windows-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 - name : Setup MSBuild
17- uses : microsoft/setup-msbuild@v1.1
17+ uses : microsoft/setup-msbuild@v2
1818 - name : Restore dependencies
1919 run : MSBuild -t:Restore -p:Configuration=Release -m
2020 - name : Build
2121 run : MSBuild -p:Configuration=Release -m
2222 - name : Upload artifacts
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v6
2424 with :
2525 path : ' T4Language\\bin\\*\\T4Language.vsix'
2626 - name : Publish
3131 APPVEYOR_REPO_BRANCH : ${{ github.ref_name }}
3232 run : |
3333 (New-Object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
34- Vsix-PublishToGallery T4Language\bin\Release\T4Language.vsix
34+ Vsix-PublishToGallery T4Language\bin\Release\T4Language.vsix
You can’t perform that action at this time.
0 commit comments