diff --git a/.github/workflows/commit-preview.yaml b/.github/workflows/commit-preview.yaml index 6b160ce4..746e081c 100644 --- a/.github/workflows/commit-preview.yaml +++ b/.github/workflows/commit-preview.yaml @@ -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 diff --git a/.github/workflows/pr-preview.yaml b/.github/workflows/pr-preview.yaml index 369e3154..68473eeb 100644 --- a/.github/workflows/pr-preview.yaml +++ b/.github/workflows/pr-preview.yaml @@ -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 @@ -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