Skip to content

Commit

Permalink
Merge pull request #1592 from UlrichB22/upd_ci_wf
Browse files Browse the repository at this point in the history
Github CI workflow: update actions versions
  • Loading branch information
RogerHaase authored Feb 4, 2024
2 parents c0fb478 + eb84e21 commit 17a1290
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Lint with flake8
Expand All @@ -51,9 +51,9 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -67,8 +67,8 @@ jobs:
pytest
- name: Archive test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts-${{ matrix.os }}
name: test-artifacts-${{ matrix.os }}-${{ matrix.python-version }}
path: |
_test_artifacts

0 comments on commit 17a1290

Please sign in to comment.