Skip to content

Commit 930a70b

Browse files
committed
2 parents 50c4192 + 4730de7 commit 930a70b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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 }}
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/simhub-update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

@@ -95,7 +95,7 @@ jobs:
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

libs/SimHub/GameReaderCommon.dll

1.5 KB
Binary file not shown.

libs/SimHub/SimHub.Plugins.dll

152 KB
Binary file not shown.

libs/SimHub/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.10.1
1+
9.10.5

0 commit comments

Comments
 (0)