Skip to content

Commit

Permalink
update workflows to v4 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas authored Oct 8, 2024
1 parent 02f255f commit e3dd4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Generate commit preview
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Enable Corepack shims
run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Generate PR preview
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Enable Corepack shims
run: corepack enable
Expand All @@ -22,7 +22,7 @@ jobs:
run: pnpm build

- name: Upload HTML artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: website-html
path: build
Expand Down

0 comments on commit e3dd4dc

Please sign in to comment.