Skip to content

Commit d7344c6

Browse files
authored
Update actions (#30)
1 parent 90a2dee commit d7344c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -31,4 +31,4 @@ jobs:
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

0 commit comments

Comments
 (0)