Fix artifacts job in audit workflow

This commit is contained in:
Héctor Ramón Jiménez 2023-11-11 04:36:45 +01:00
parent 3408ab111f
commit bb2f557d6a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -24,5 +24,7 @@ jobs:
- name: Install cargo-outdated
run: cargo install cargo-outdated
- uses: actions/checkout@master
- name: Delete `web-sys` dependency from `integration` example
run: sed '$d' examples/integration/Cargo.toml
- name: Find outdated dependencies
run: cargo outdated --workspace --exit-code 1