diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 97ed891c491da..70fcc7e7e183a 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -90,11 +90,11 @@ jobs: uses: actions/checkout@v4 - name: download Cargo.lock from update job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: Cargo-lock - name: download cargo-update log from update job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: cargo-updates