Skip to content

Commit e3dd4dc

Browse files
authored
update workflows to v4 (#118)
1 parent 02f255f commit e3dd4dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Generate commit preview
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Enable Corepack shims
1717
run: corepack enable

.github/workflows/pr-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Generate PR preview
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Enable Corepack shims
1616
run: corepack enable
@@ -22,7 +22,7 @@ jobs:
2222
run: pnpm build
2323

2424
- name: Upload HTML artifact
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: website-html
2828
path: build

0 commit comments

Comments
 (0)