Skip to content

Commit 9f98a5a

Browse files
committed
bump action deps - remove unmaintained rust thingy
1 parent 6e18ff4 commit 9f98a5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Install Rust
21-
uses: actions-rs/toolchain@v1
22-
with:
23-
toolchain: stable
24-
override: true
21+
uses: dtolnay/rust-toolchain@stable
2522

2623
- name: Build
2724
run: cargo build --release --features ${{ matrix.feature }}
@@ -39,7 +36,7 @@ jobs:
3936
cp target/release/libtiktoken_core.$EXT artifacts/tiktoken_core-$OS-${{ matrix.feature }}.$EXT
4037
4138
- name: Upload artifact
42-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4340
with:
4441
name: tiktoken_core-${{ matrix.os }}-${{ matrix.feature }}
4542
path: artifacts/tiktoken_core-*.${{ matrix.os == 'ubuntu-latest' && 'so' || 'dylib' }}

0 commit comments

Comments
 (0)