Skip to content

Commit 489b4db

Browse files
committed
build: Update GH action steps
1 parent 0f4e257 commit 489b4db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ jobs:
3333
asset_name: domain-checker-macos
3434

3535
steps:
36-
- uses: actions/checkout@v2
37-
38-
- uses: actions-rs/toolchain@v1
36+
- uses: actions/checkout@v4
37+
- uses: dtolnay/rust-toolchain@stable
3938
with:
40-
profile: minimal
4139
toolchain: stable
4240

4341
- name: Build
4442
run: cargo build --release --locked
4543

4644
- name: Upload binaries to release
47-
uses: svenstaro/upload-release-action@v1-release
45+
uses: svenstaro/upload-release-action@v2
4846
with:
4947
repo_token: ${{ secrets.GH_TOKEN }}
5048
file: target/release/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)