Skip to content

Commit

Permalink
chore: update upload-artifact GH action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <[email protected]>
  • Loading branch information
dkwon17 committed Jan 31, 2025
1 parent 1899719 commit 822eaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-validate-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-validate-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 822eaa8

Please sign in to comment.