Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…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](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update test hashes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Davies <timdavies@me.com>
  • Loading branch information
dependabot[bot] and tmdvs authored Sep 4, 2024
1 parent 15cef04 commit bd5845c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/test_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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):
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bd5845c

Please sign in to comment.