Skip to content

Commit

Permalink
Merge branch 'main' into change-export-model-name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriedel1 authored Jan 14, 2025
2 parents 7ceecf3 + 63cd844 commit 50f6481
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 8,216 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-artifact-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
path: dist/
retention-days: 5
- name: Cache pip dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand All @@ -106,7 +106,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Cache build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
dist/
Expand Down
Loading

0 comments on commit 50f6481

Please sign in to comment.