Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeracronius committed Jun 22, 2024
1 parent 2cdf600 commit 6cf91c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/Build_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 'Compile'
run-name: ${{ github.ref_name }}
on:
workflow_dispatch:
inputs:

jobs:
build:
Expand All @@ -16,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand All @@ -31,10 +30,10 @@ jobs:
Branch: "${{ github.ref }}"

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.3.1

uses: microsoft/setup-msbuild@v2
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.2.0
uses: NuGet/setup-nuget@v2.0.0

- name: Restore NuGet Packages
run: nuget restore $env:Solution_Name
Expand Down Expand Up @@ -76,7 +75,7 @@ jobs:
Branch: "${{ github.ref }}"

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ArtifactName }}
path: ${{ github.workspace }}/**/*

0 comments on commit 6cf91c9

Please sign in to comment.