We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b60015 commit c9b3423Copy full SHA for c9b3423
.github/workflows/rust.yml
@@ -114,7 +114,7 @@ jobs:
114
RUST_BACKTRACE: 1
115
RUST_LOG: info
116
117
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
118
with:
119
name: tarpaulin-report
120
path: |
@@ -137,7 +137,7 @@ jobs:
137
- run: cargo doc --workspace --all-features
138
139
- run: tar cfJ rustdoc.tar.xz target/doc/
140
141
142
name: rustdoc
143
path: rustdoc.tar.xz
0 commit comments