Update build.yml

This commit is contained in:
Telesphoreo 2025-03-22 20:11:13 -05:00
parent bfc9279a17
commit 5592d70c63

View File

@ -7,7 +7,7 @@ jobs:
name: IBConverter Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
@ -15,7 +15,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: IBConverter-Windows
path: target/release/IBConverter.exe
@ -23,7 +23,7 @@ jobs:
name: IBConverter Mac
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
@ -31,7 +31,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: IBConverter-macOS
path: target/release/IBConverter
@ -39,7 +39,7 @@ jobs:
name: IBConverter Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
@ -47,7 +47,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: IBConverter-Linux
path: target/release/IBConverter