From f269af0d87beeddae11b79c3ee8b0bc0ae0abef0 Mon Sep 17 00:00:00 2001 From: woodiertexas Date: Fri, 27 Sep 2024 18:24:32 -0700 Subject: [PATCH] update workflows to v4 --- .github/workflows/commit-preview.yaml | 2 +- .github/workflows/pr-preview.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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