File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 --exclude-files 'target/*' \
176176 --ignore-panics --ignore-tests \
177177 --out html --out json
178- - uses : actions/upload-artifact@v4
178+ - uses : actions/upload-artifact@v7
179179 with :
180180 name : tarpaulin-report
181181 path : |
@@ -195,7 +195,7 @@ jobs:
195195 key : ${{runner.os}}-cargo-doc
196196 - run : RUSTDOCFLAGS="$RUSTDOCFLAGS --cfg gotham_restful_deny_warnings" cargo doc --no-default-features --features full --no-deps
197197 - run : tar cfJ rustdoc.tar.xz target/doc/
198- - uses : actions/upload-artifact@v4
198+ - uses : actions/upload-artifact@v7
199199 with :
200200 name : rustdoc
201201 path : rustdoc.tar.xz
@@ -208,10 +208,10 @@ jobs:
208208 - uses : actions/checkout@v5
209209 with :
210210 ref : gh-pages
211- - uses : actions/download-artifact@v5
211+ - uses : actions/download-artifact@v8
212212 with :
213213 name : rustdoc
214- - uses : actions/download-artifact@v5
214+ - uses : actions/download-artifact@v8
215215 with :
216216 name : tarpaulin-report
217217
You can’t perform that action at this time.
0 commit comments