You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-23 15:01:49 +02:00
build(deps): bump actions/upload-artifact from 4 to 5 (#2976)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
|||||||
|
|
||||||
# Upload the book now to retain it in case mdbook test fails.
|
# Upload the book now to retain it in case mdbook test fails.
|
||||||
- name: Upload book
|
- name: Upload book
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: comprehensive-rust-${{ matrix.language }}
|
name: comprehensive-rust-${{ matrix.language }}
|
||||||
path: book/
|
path: book/
|
||||||
|
|||||||
Reference in New Issue
Block a user