Skip to content

Commit

Permalink
Fix PR doc upload (#2161)
Browse files Browse the repository at this point in the history
Update deprecated GH action `upload-artifact@v3`
  • Loading branch information
regisss authored Jan 17, 2025
1 parent 1c4ce26 commit ded71c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
echo ${{ env.COMMIT_SHA }} > ./commit_sha
echo ${{ env.PR_NUMBER }} > ./pr_number
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: doc-build-artifact
path: optimum-doc-build/

0 comments on commit ded71c2

Please sign in to comment.