From fbed1a37ee89497520c9552ea3f06c8cc024e1fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:33:00 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/update-types.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index 3472cd1..3af080e 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -60,7 +60,7 @@ jobs: run: npx gulp dist - name: Upload types artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pdfjs-types path: build/types @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v6 - name: Download built types - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: pdfjs-types path: types