Skip to content

Commit

Permalink
Merge branch 'main' into SunglassesKhronos
Browse files Browse the repository at this point in the history
  • Loading branch information
echadwick-artist committed Oct 2, 2024
2 parents ee48c23 + 6f5b2f5 commit 8f4fe1e
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AssetCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install glTF Validator
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
./gltf_validator -r -a ./Models/
- name: Upload Validation Reports
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: validation-reports
path: |
Expand Down
Loading

0 comments on commit 8f4fe1e

Please sign in to comment.