File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Setup MSVC
1616 uses : ilammy/msvc-dev-cmd@v1
1919 vsversion : 2022
2020
2121 - name : Cache
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : ${{ github.workspace }}/_deps
2525 key : CPM Dependencies Win x64
3333 run : copy ${{ github.workspace }}/Release/DW1ModelConverter.exe ${{ github.workspace }}/DW1ModelConverter.exe
3434
3535 - name : Upload a Build Artifact
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : win-x64
3939 path : |
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-24.04
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050
5151 - name : Cache
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : ${{ github.workspace }}/_deps
5555 key : CPM Dependencies Linux x64
6060 cmake --build . --config Release
6161
6262 - name : Upload a Build Artifact
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : linux-x64
6666 path : |
You can’t perform that action at this time.
0 commit comments