Skip to content

Commit 2c555f9

Browse files
committed
update version 3.0.9
1 parent f49af1a commit 2c555f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: windows-latest
77

88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v4
1010
with:
1111
submodules: recursive
1212

@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Debug --self-contained false .\Bloxstrap\Bloxstrap.csproj
2525

2626
- name: Upload Artifact
27-
uses: actions/upload-artifact@v7
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: BoneFish-Debug
3030
path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\BoneFish.exe

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: windows-latest
77

88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v4
1010
with:
1111
submodules: 'true'
1212

@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout repository
94-
uses: actions/checkout@v6
94+
uses: actions/checkout@v4
9595
with:
9696
submodules: recursive
9797

0 commit comments

Comments
 (0)