Skip to content

Commit 80f94bd

Browse files
Upgrade action versions in build workflow (#164)
* Upgrade action versions in build workflow
1 parent 43ec468 commit 80f94bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
- name: Add msbuild to PATH
17-
uses: microsoft/setup-msbuild@v2
17+
uses: microsoft/setup-msbuild@v3
1818
- name: Setup NuGet
19-
uses: NuGet/setup-nuget@v2
19+
uses: NuGet/setup-nuget@v3
2020
- name: Restore NuGet Packages
2121
run: nuget restore SQLCallStackResolver.sln
2222
- name: Build SQLCallStackResolver
2323
run: msbuild SQLCallStackResolver.sln /p:Configuration=Release
2424
- name: Upload Artifact
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: SQLCallStackResolver
2828
path: |

0 commit comments

Comments
 (0)