diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3bd76b..596eb92 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -280,7 +280,7 @@ jobs: ############################ # Restore base and hub # ############################ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: ubuntu-base-and-hub @@ -497,7 +497,7 @@ jobs: ############################ # Restore base and hub # ############################ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: windows-base-and-hub - name: Restore base and hub