diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 0d633a46..5c3202b5 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -59,7 +59,7 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8.0.0 with: path: artifacts/ - name: Prepare deployment directory diff --git a/.github/workflows/pdfium-apple-release.yml b/.github/workflows/pdfium-apple-release.yml index 57144d9f..be4bf8e7 100644 --- a/.github/workflows/pdfium-apple-release.yml +++ b/.github/workflows/pdfium-apple-release.yml @@ -25,12 +25,12 @@ jobs: runs-on: macos-latest steps: - name: Download iOS artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v6.0.0 with: name: pdfium-ios path: ./packages/pdfrx/darwin/pdfium/ - name: Download macOS artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v6.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v6.0.0 with: name: pdfium-macos path: ./packages/pdfrx/darwin/pdfium/