Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 7d815da

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1603469 commit 7d815da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: [windows-latest, ubuntu-latest, macos-latest]
3030
steps:
3131
- uses: actions/checkout@v2
32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4.1.7
3333
with:
3434
name: Cargo.lock
3535
- run: cargo test --verbose --release --locked

0 commit comments

Comments
 (0)