From 2e696347d5f3255b6d32ef7249bb167c29ec8fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:46:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yml | 4 ++-- .github/workflows/diffenator2.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 807b59c..933f22e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -56,7 +56,7 @@ jobs: with: ref: ${{ github.head_ref || github.ref_name }} - name: Download built fonts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.build.outputs.artifact-name }} path: build @@ -103,7 +103,7 @@ jobs: with: ref: ${{ github.head_ref || github.ref_name }} - name: Download built fonts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.build.outputs.artifact-name }} path: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/diffenator2.yml b/.github/workflows/diffenator2.yml index 8061114..92e48c8 100644 --- a/.github/workflows/diffenator2.yml +++ b/.github/workflows/diffenator2.yml @@ -67,12 +67,12 @@ jobs: with: sparse-checkout: .github/python-version.txt - name: Download before fonts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: Before VFs (${{ inputs.before }}) path: before - name: Download after fonts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: After VFs (${{ inputs.after }}) path: after