diff --git a/.github/workflows/ocvalidate.yml b/.github/workflows/ocvalidate.yml index ee4f5d1..4fa57e4 100644 --- a/.github/workflows/ocvalidate.yml +++ b/.github/workflows/ocvalidate.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: "Download latest OpenCorePkg release" - uses: robinraju/release-downloader@v1.9 + uses: robinraju/release-downloader@v1.10 with: repository: "acidanthera/OpenCorePkg" latest: true diff --git a/.github/workflows/update_oc.yml b/.github/workflows/update_oc.yml index cb66c61..91192c4 100644 --- a/.github/workflows/update_oc.yml +++ b/.github/workflows/update_oc.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: "Download latest OpenCorePkg release" - uses: robinraju/release-downloader@v1.9 + uses: robinraju/release-downloader@v1.10 with: repository: "acidanthera/OpenCorePkg" latest: true