File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- uses : actions/checkout@v4
29
- - uses : EmbarkStudios/cargo-deny-action@v1
29
+ - uses : EmbarkStudios/cargo-deny-action@v2
30
30
31
31
- name : cargo-about cache
32
32
id : cargo-about-cache
@@ -111,9 +111,10 @@ jobs:
111
111
run : du -sh target/coverage target/llvm-cov-target
112
112
113
113
- name : Upload to codecov.io
114
- uses : codecov/codecov-action@v3
114
+ uses : codecov/codecov-action@v4
115
115
with :
116
116
files : ./target/coverage/lcov.info
117
+ token : ${{ secrets.CODECOV_TOKEN }}
117
118
118
119
build_and_test_linux :
119
120
name : Build and Test (Linux)
Original file line number Diff line number Diff line change 40
40
41
41
- name : cargo-leptos cache
42
42
id : cargo-leptos-cache
43
- uses : actions/cache@v3
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/.cargo/bin/cargo-leptos
46
46
key : cargo-leptos-${{ runner.os }}
50
50
run : cargo install cargo-leptos
51
51
52
52
- name : Setup Pages
53
- uses : actions/configure-pages@v3
53
+ uses : actions/configure-pages@v5
54
54
55
55
- name : Download and install tailwindcss binary
56
56
run : npm install -D tailwindcss
85
85
86
86
- name : Deploy to GitHub Pages
87
87
id : deployment
88
- uses : actions/deploy-pages@v2
88
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 58
58
59
59
- name : cargo-release Cache
60
60
id : cargo_release_cache
61
- uses : actions/cache@v3
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ~/.cargo/bin/cargo-release
64
64
key : ${{ runner.os }}-cargo-release
You can’t perform that action at this time.
0 commit comments