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