Skip to content

Commit ef23db8

Browse files
authored
chore: update upload-artifact GH action to v4 (#2863)
Signed-off-by: dkwon17 <[email protected]>
1 parent 1899719 commit ef23db8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build-and-validate-on-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "${{ github.event.pull_request.head.sha }}" > PR_SHA
5555
5656
- name: Upload artifact doc-content
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: doc-content
6060
path: |

Diff for: .github/workflows/build-and-validate-on-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=warn
5151

5252
- name: Upload artifact doc-content
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: doc-content
5656
path: build/site

0 commit comments

Comments
 (0)