diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 4d2e2989e834a..9512e74601784 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -94,11 +94,11 @@ jobs: uses: actions/checkout@v5 - name: download Cargo.lock from update job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: Cargo-lock - name: download cargo-update log from update job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: cargo-updates