File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 build_preset : x86-release
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 - name : Configure
3232 run : cmake --preset ${{ matrix.configure_preset }}
Original file line number Diff line number Diff line change 2323 exe_path : build/msvc-x86/Release/RawInputViewer.exe
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Configure
2929 run : cmake --preset ${{ matrix.configure_preset }}
3737 New-Item -ItemType Directory -Force -Path staging | Out-Null
3838 Copy-Item -Path "${{ matrix.exe_path }}" -Destination "staging/${{ matrix.artifact_name }}"
3939
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v5
4141 with :
4242 name : ${{ matrix.artifact_name }}
4343 path : staging/${{ matrix.artifact_name }}
4949 runs-on : windows-latest
5050
5151 steps :
52- - uses : actions/download-artifact@v4
52+ - uses : actions/download-artifact@v5
5353 with :
5454 path : dist
5555 merge-multiple : true
Original file line number Diff line number Diff line change 2828 exe_path : build/msvc-x86/Release/RawInputViewer.exe
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232
3333 - name : Configure
3434 run : cmake --preset ${{ matrix.configure_preset }}
4242 New-Item -ItemType Directory -Force -Path staging | Out-Null
4343 Copy-Item -Path "${{ matrix.exe_path }}" -Destination "staging/${{ matrix.artifact_name }}"
4444
45- - uses : actions/upload-artifact@v4
45+ - uses : actions/upload-artifact@v5
4646 with :
4747 name : ${{ matrix.artifact_name }}
4848 path : staging/${{ matrix.artifact_name }}
@@ -54,12 +54,12 @@ jobs:
5454 runs-on : windows-latest
5555
5656 steps :
57- - uses : actions/download-artifact@v4
57+ - uses : actions/download-artifact@v5
5858 with :
5959 path : dist
6060 merge-multiple : true
6161
62- - uses : softprops/action-gh-release@v2
62+ - uses : softprops/action-gh-release@v3
6363 with :
6464 files : dist/**
6565 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments