File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545 run : Compress-Archive -Path ./SimHubSF1000UDP/bin/Release/SimHubSF1000UDP.dll -DestinationPath ./${{ env.ReleaseFileName }}
4646
4747 - name : Upload artifact
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : build-file
5151 path : ${{ env.ReleaseFileName }}
6262
6363 steps :
6464 - name : Download artifact
65- uses : actions/download-artifact@v5
65+ uses : actions/download-artifact@v6
6666 with :
6767 name : build-file
6868
Original file line number Diff line number Diff line change 5555
5656 - name : Upload setup file
5757 if : ${{ steps.precheck.outputs.should_run == 'true' }}
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : simhub-setup
6161 path : SimHubSetup.exe
7272 if : ${{ needs.fetch-binary.outputs.should_run == 'true' }}
7373
7474 steps :
75- - uses : actions/download-artifact@v5
75+ - uses : actions/download-artifact@v6
7676 with :
7777 name : simhub-setup
7878
9595 Write-Output "All files are found"
9696
9797 - name : Upload SimHub files
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : simhub-files
101101 path : |
@@ -122,7 +122,7 @@ jobs:
122122 - uses : actions/checkout@v5
123123
124124 - name : Download SimHub files
125- uses : actions/download-artifact@v5
125+ uses : actions/download-artifact@v6
126126 with :
127127 name : simhub-files
128128 path : libs/SimHub
Original file line number Diff line number Diff line change 1- 9.10.1
1+ 9.10.5
You can’t perform that action at this time.
0 commit comments