From fd71e04be49725a93660763bb1b8a1e3f9cf3c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:28:27 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 16 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 96d3af8c..b386620e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,7 +33,7 @@ jobs: run: cd docs && npm install && npm run build - name: Download artifact - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v21 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: latex.yml