Skip to content

Commit

Permalink
Update Rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored and teoxoy committed Jan 5, 2024
1 parent 0b20427 commit 2f87a8f
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 192 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ jobs:
- name: check naga snapshots
run: git diff --exit-code -- naga/tests/out

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always() # We want artifacts even if the tests fail.
with:
name: comparison-images
name: comparison-images-${{ matrix.os }}
path: |
**/*-actual.png
**/*-difference.png
Expand Down
Loading

0 comments on commit 2f87a8f

Please sign in to comment.