From 822eaa8963d9a7ca289f6bdf960f76517929bbe3 Mon Sep 17 00:00:00 2001 From: dkwon17 Date: Fri, 31 Jan 2025 17:22:03 +0000 Subject: [PATCH] chore: update upload-artifact GH action to v4 Signed-off-by: dkwon17 --- .github/workflows/build-and-validate-on-pr.yaml | 2 +- .github/workflows/build-and-validate-on-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-validate-on-pr.yaml b/.github/workflows/build-and-validate-on-pr.yaml index e144d6b0e6..2a63a4ed9a 100644 --- a/.github/workflows/build-and-validate-on-pr.yaml +++ b/.github/workflows/build-and-validate-on-pr.yaml @@ -54,7 +54,7 @@ jobs: echo "${{ github.event.pull_request.head.sha }}" > PR_SHA - name: Upload artifact doc-content - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: doc-content path: | diff --git a/.github/workflows/build-and-validate-on-push.yaml b/.github/workflows/build-and-validate-on-push.yaml index 6c8c2739fa..63e5f7ac31 100644 --- a/.github/workflows/build-and-validate-on-push.yaml +++ b/.github/workflows/build-and-validate-on-push.yaml @@ -50,7 +50,7 @@ jobs: run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=warn - name: Upload artifact doc-content - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: doc-content path: build/site