Skip to content

Commit

Permalink
update footer (#96)
Browse files Browse the repository at this point in the history
* update footer

* update ci
  • Loading branch information
burden authored Nov 12, 2024
1 parent bb88fdc commit 814a880
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 47 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fi
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.browser }} on ubuntu
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: npx testcafe ${{ matrix.browser }} test/browser/**

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.browser }} on windows
Expand Down
102 changes: 58 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/color-mode": "^2.0.2",
"@nuxtjs/robots": "^2.5.0",
"@system76/components": "^1.10.0",
"@system76/components": "^1.11.1",
"@system76/design": "^5.4.2",
"@system76/forms": "^3.1.1",
"@system76/js-api": "^2.2.0",
Expand Down

0 comments on commit 814a880

Please sign in to comment.