Skip to content

Commit 7c7e923

Browse files
authored
Merge pull request #39 from Power2All/v4.0.0
V4.0.0
2 parents bffefc6 + 878b23b commit 7c7e923

File tree

220 files changed

+16717
-38394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+16717
-38394
lines changed

.github/test_build_release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
profile: minimal
3535
toolchain: stable
3636
- uses: Swatinem/rust-cache@v1
37-
- name: Build Torrust-Axum Tracker
37+
- name: Build Torrust-Actix Tracker
3838
run: cargo build --release
3939
- name: Upload build artifact
4040
uses: actions/upload-artifact@v2
4141
with:
42-
name: torrust-axum tracker
43-
path: ./target/release/torrust-axum
42+
name: torrust-actix tracker
43+
path: ./target/release/torrust-actix
4444

4545
release:
4646
needs: build
@@ -49,6 +49,6 @@ jobs:
4949
- name: Download build artifact
5050
uses: actions/download-artifact@v2
5151
with:
52-
name: torrust-axum tracker
52+
name: torrust-actix tracker
5353
- name: Release
5454
uses: softprops/action-gh-release@v1

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Build
2020
run: cargo build --release --verbose
2121
- name: Run tests

0 commit comments

Comments
 (0)