Skip to content

Commit

Permalink
ci: bump upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Feb 5, 2025
1 parent 1128d75 commit c510221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Setup environment
run: |
pip install --upgrade pip
Expand All @@ -58,7 +58,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: neuron-doc-build/

0 comments on commit c510221

Please sign in to comment.