Skip to content

Commit

Permalink
ci: 💚 Upgrade git pipeline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dafzor committed Nov 24, 2024
1 parent 12bfaca commit a51eff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bnetlauncher-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.3
uses: microsoft/setup-msbuild@v2

- name: Setup NuGet
uses: NuGet/setup-nuget@v1
uses: NuGet/setup-nuget@v2

- name: Restore NuGet Packages
run: nuget restore bnetlauncher.sln
Expand All @@ -33,7 +33,7 @@ jobs:
# Write-Host "version=$($r.Matches.Groups.Value)" >> $env:GITHUB_ENV

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "bnetlauncher"
path: |
Expand Down

0 comments on commit a51eff9

Please sign in to comment.