Compare commits
2 commits
498714d453
...
297332f74a
Author | SHA1 | Date | |
---|---|---|---|
297332f74a | |||
24d16a231e |
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --release
|
||||
- name: Upload artifacts
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v3
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: target/release/passwd-cooker
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -239,9 +239,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.4.14"
|
||||
version = "0.4.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
||||
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue