Skip to content

Commit 9d16233

Browse files
chore(deps): update github artifact actions
1 parent e69804f commit 9d16233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)