From bd5845c5419cecc97fb15f3c6e726ba509c953aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:01:30 +0100 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#128) * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update test hashes --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Davies --- .github/workflows/release.yml | 4 ++-- tests/integration/test_structure.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 844dd8d..e647da4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: runs-on: macos-latest steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builds - name: Create universal binary with lipo @@ -114,7 +114,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: builds - uses: ncipollo/release-action@v1 diff --git a/tests/integration/test_structure.py b/tests/integration/test_structure.py index 645e9f7..d625235 100644 --- a/tests/integration/test_structure.py +++ b/tests/integration/test_structure.py @@ -91,11 +91,11 @@ def test_document(sketch_doc): assert doc["fontReferences"] == [ { "_class": "fontReference", - "do_objectID": "46BF164E-CB00-4E1A-A5DE-9E6EB74A4F1F", + "do_objectID": "CC5A46C8-DB4E-4481-A0D9-7F1971488367", "fontData": { "_class": "MSJSONFileReference", "_ref_class": "MSFontData", - "_ref": "fonts/be10cc8996f037af7331dc965bae42ef33478700", + "_ref": "fonts/f0b7cea3f659e72f3ea9285a4d60712878169c07", }, "fontFamilyName": "Inter", "fontFileName": "Inter-Regular.ttf", @@ -116,7 +116,7 @@ def test_document(sketch_doc): [ "images/616d10a80971e08c6b43a164746afac1972c7ccc.png", "images/92e4d5e0c24ffd632c3db3264e62cc907c2f5e29", - "fonts/be10cc8996f037af7331dc965bae42ef33478700", + "fonts/f0b7cea3f659e72f3ea9285a4d60712878169c07", ], ) def test_file_hashes(sketch_doc, img): @@ -223,7 +223,7 @@ def test_files(sketch_doc): "images/92e4d5e0c24ffd632c3db3264e62cc907c2f5e29", "pages/8F292FCA-49C0-4E31-957E-93FB2D1A7231.json", "pages/A4E5259A-9CE6-49D9-B4A1-A8062C205347.json", - "fonts/be10cc8996f037af7331dc965bae42ef33478700", + "fonts/f0b7cea3f659e72f3ea9285a4d60712878169c07", "document.json", "user.json", "meta.json",