We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f255f commit e3dd4dcCopy full SHA for e3dd4dc
.github/workflows/commit-preview.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Generate commit preview
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Enable Corepack shims
17
run: corepack enable
.github/workflows/pr-preview.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Generate PR preview
@@ -22,7 +22,7 @@ jobs:
22
run: pnpm build
23
24
- name: Upload HTML artifact
25
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
26
with:
27
name: website-html
28
path: build
0 commit comments