Skip to content

Commit 75d12e8

Browse files
Bump actions/download-artifact from 3 to 4 (#144)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-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 82efb70 commit 75d12e8

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
@@ -217,7 +217,7 @@ jobs:
217217
- uses: actions/checkout@v3
218218
with:
219219
ref: gh-pages
220-
- uses: actions/download-artifact@v3
220+
- uses: actions/download-artifact@v4
221221
with:
222222
name: tarpaulin-report
223223
- run: |

0 commit comments

Comments
 (0)