Skip to content

Commit

Permalink
Update build-warnings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psonnera authored Oct 15, 2024
1 parent 06f10a6 commit 9bc649c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"

- name: Install packages
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
sphinx-build -T -E -n -v -w build_log.txt -q -b html -d _build/doctrees . _build/html
- name: Store build log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build_log_${{ matrix.language }}
path: ${{ env.DOC_PATH }}build_log.txt
Expand All @@ -66,7 +66,7 @@ jobs:

steps:
- name: Get build log
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build_log_${{ matrix.language }}

Expand Down

0 comments on commit 9bc649c

Please sign in to comment.