Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Sep 17, 2024
1 parent a3f96de commit 3d18ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,13 @@ jobs:
CI=true yarn e2e --testPathIgnorePatterns Paragraphs
fi
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
path: packages/skia/src/__tests__/snapshots/
name: ${{ matrix.working-directory }}-snapshots-screenshots

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
path: apps/docs/static
Expand Down

0 comments on commit 3d18ff7

Please sign in to comment.