Skip to content

Commit b629ab1

Browse files
authored
Merge pull request #24 from github/jldeen/sfi-fixes
2 parents 5eafd8e + 03c318d commit b629ab1

File tree

5 files changed

+761
-651
lines changed

5 files changed

+761
-651
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Setup Node
2828
uses: actions/setup-node@v4
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run build
3838

3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v3
40+
uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: ./dist
4343

0 commit comments

Comments
 (0)