diff --git a/.github/workflows/dependency-diff.yml b/.github/workflows/dependency-diff.yml index d7bade2..64479b0 100644 --- a/.github/workflows/dependency-diff.yml +++ b/.github/workflows/dependency-diff.yml @@ -58,11 +58,11 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: base-packages path: ./base-packs - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: source-packages path: ./source-packs