Skip to content

Commit

Permalink
Merge pull request #374 from deshaw/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Carreau authored Dec 10, 2024
2 parents 4a60b8b + a12fbbe commit bb21d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
--json-report\
--json-report-file=report-${ENVNAME}.json\
lib tests
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: upload pytest timing reports as json
with:
path: |
./report-*.json
name: pytest-timing-${{ matrix.os }}-${{ matrix.python-version }}
path: ./report-*.json
- uses: codecov/codecov-action@v5
- name: Build docs
if: ${{ matrix.python-version == '3.11'}}
Expand Down

0 comments on commit bb21d09

Please sign in to comment.