Skip to content

Commit

Permalink
another file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Nov 5, 2024
1 parent 6eab533 commit b79a3ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/head-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pytest -r sa --mpl --mpl-results-path=pytest_results
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
pytest -r sa --mpl --mpl-results-path=pytest_results
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
pytest -r sa --mpl --mpl-results-path=pytest_results
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
pytest -r sa --mpl --mpl-results-path=pytest_results
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}
Expand Down

0 comments on commit b79a3ef

Please sign in to comment.