Skip to content

Commit

Permalink
Update more tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 19, 2024
1 parent 9f2de17 commit aba8e0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/IKVM.Clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Download Tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tests
- name: Restore Tests
Expand Down Expand Up @@ -195,29 +195,29 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: 5.11
- name: Execute GitVersion
id: GitVersion
uses: gittools/actions/gitversion/[email protected]
uses: gittools/actions/gitversion/execute@v1
with:
useConfigFile: true
configFilePath: GitVersion.yml
- name: Restore NuGet
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget
path: dist/nuget
- name: Restore VSIX
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: vsix
path: dist/vsix
Expand Down

0 comments on commit aba8e0b

Please sign in to comment.