Skip to content

Commit

Permalink
doc: update version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Nov 7, 2024
1 parent 67c8b0e commit ef6d1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Build and run the notebooks for the docs"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
sphinx-build docs ./docs/_build/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sphinx-docs-built-in-github-${{ github.sha }}
path: docs
Expand Down

0 comments on commit ef6d1d8

Please sign in to comment.