Skip to content

Commit

Permalink
Merge branch 'main' into feature/352_legacy_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie authored Sep 26, 2024
2 parents 3a81069 + 281f845 commit 06c7444
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install python 3.9
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.9
architecture: x64
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
cache-build: true

- name: Install python 3.12 for nox
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.12
architecture: x64
Expand All @@ -102,7 +102,7 @@ jobs:
# Share ./docs/reports so that they can be deployed with doc in next job
- name: Share reports with other jobs
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.1
with:
name: reports_dir
path: ./docs/reports
Expand All @@ -115,7 +115,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Install python 3.9 for nox
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.9
architecture: x64
Expand All @@ -142,14 +142,14 @@ jobs:
fetch-depth: 0 # so that gh-deploy works

- name: Install python 3.9 for nox
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: 3.9
architecture: x64

# 1) retrieve the reports generated previously
- name: Retrieve reports
uses: actions/download-artifact@v4.1.1
uses: actions/download-artifact@v4.1.4
with:
name: reports_dir
path: ./docs/reports
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
EOF
- name: \[not on TAG\] Publish coverage report
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads')
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.1.1
with:
files: ./docs/reports/coverage/coverage.xml
- name: \[not on TAG\] Build wheel and sdist
Expand Down

0 comments on commit 06c7444

Please sign in to comment.