Skip to content

Commit 82efb70

Browse files
Bump actions/upload-artifact from 3 to 4 (#141)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa6d882 commit 82efb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
env:
201201
RUST_BACKTRACE: 1
202202
RUST_LOG: info
203-
- uses: actions/upload-artifact@v3
203+
- uses: actions/upload-artifact@v4
204204
with:
205205
name: tarpaulin-report
206206
path: |

0 commit comments

Comments
 (0)