Skip to content

Commit

Permalink
chore: update e2e deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
abaicus committed Feb 3, 2025
1 parent c12335c commit 22a6781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run ci:e2e
- name: Upload artifacts on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-artifacts
path: ./artifacts
Expand Down
6 changes: 4 additions & 2 deletions onboarding/src/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ iframe {

.ob-container-inner {
max-width: 1400px;
margin: 0 auto;
width: 100%;
margin: 0 auto;
width: 100%;
padding: 25px;
box-sizing: border-box;
}

.ob-container {
Expand Down

0 comments on commit 22a6781

Please sign in to comment.