Skip to content

Commit 9502f6e

Browse files
authoredApr 23, 2024··
Push node20 GA workflows
1 parent 5b9928a commit 9502f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/build-windows.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
# msbuild SKIF.sln -p:Configuration="${{ matrix.config }}" -p:Platform="${{ matrix.platform }}" -m
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

20-
- uses: SpecialKO/GA-setup-cpp@master
20+
- uses: SpecialKO/GA-setup-cpp-n20@master
2121

22-
- uses: microsoft/setup-msbuild@v1.1.3
22+
- uses: microsoft/setup-msbuild@v2
2323
with:
2424
vs-version: '[17.0,18.0)'
2525

@@ -42,14 +42,14 @@ jobs:
4242
"SKIF_VERSION=$Version" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
4343
"SHORT_SHA=$("${{ github.sha }}".SubString(0, 8))" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
4444
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: SKIF_${{ env.SKIF_VERSION }}_${{ env.SHORT_SHA }}
4848
path: |
4949
Builds/SKIF*.exe
5050
if-no-files-found: error
5151

52-
- uses: actions/upload-artifact@v3
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
name: SKIF_${{ env.SKIF_VERSION }}_${{ env.SHORT_SHA }}_debug_symbols
5555
path: |

0 commit comments

Comments
 (0)
Please sign in to comment.