Skip to content

Commit ded71c2

Browse files
authored
Fix PR doc upload (#2161)
Update deprecated GH action `upload-artifact@v3`
1 parent 1c4ce26 commit ded71c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pr_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
echo ${{ env.COMMIT_SHA }} > ./commit_sha
132132
echo ${{ env.PR_NUMBER }} > ./pr_number
133133
134-
- uses: actions/upload-artifact@v3
134+
- uses: actions/upload-artifact@v4
135135
with:
136136
name: doc-build-artifact
137137
path: optimum-doc-build/

0 commit comments

Comments
 (0)