File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
# msbuild SKIF.sln -p:Configuration="${{ matrix.config }}" -p:Platform="${{ matrix.platform }}" -m
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
20
- - uses : SpecialKO/GA-setup-cpp@master
20
+ - uses : SpecialKO/GA-setup-cpp-n20 @master
21
21
22
- - uses : microsoft/setup-msbuild@v1.1.3
22
+ - uses : microsoft/setup-msbuild@v2
23
23
with :
24
24
vs-version : ' [17.0,18.0)'
25
25
@@ -42,14 +42,14 @@ jobs:
42
42
"SKIF_VERSION=$Version" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
43
43
"SHORT_SHA=$("${{ github.sha }}".SubString(0, 8))" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
44
44
45
- - uses : actions/upload-artifact@v3
45
+ - uses : actions/upload-artifact@v4
46
46
with :
47
47
name : SKIF_${{ env.SKIF_VERSION }}_${{ env.SHORT_SHA }}
48
48
path : |
49
49
Builds/SKIF*.exe
50
50
if-no-files-found : error
51
51
52
- - uses : actions/upload-artifact@v3
52
+ - uses : actions/upload-artifact@v4
53
53
with :
54
54
name : SKIF_${{ env.SKIF_VERSION }}_${{ env.SHORT_SHA }}_debug_symbols
55
55
path : |
You can’t perform that action at this time.
0 commit comments