Skip to content

Commit c9b3423

Browse files
Bump actions/upload-artifact from 3 to 4 (#58)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b60015 commit c9b3423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
RUST_BACKTRACE: 1
115115
RUST_LOG: info
116116

117-
- uses: actions/upload-artifact@v3
117+
- uses: actions/upload-artifact@v4
118118
with:
119119
name: tarpaulin-report
120120
path: |
@@ -137,7 +137,7 @@ jobs:
137137
- run: cargo doc --workspace --all-features
138138

139139
- run: tar cfJ rustdoc.tar.xz target/doc/
140-
- uses: actions/upload-artifact@v3
140+
- uses: actions/upload-artifact@v4
141141
with:
142142
name: rustdoc
143143
path: rustdoc.tar.xz

0 commit comments

Comments
 (0)