Skip to content

Commit

Permalink
Use new github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Nov 11, 2024
1 parent 1297c8c commit d65309d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_default_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd tests
pytest benchmark.py --benchmark-min-rounds=4 --benchmark-only -n 0 --no-cov --benchmark-json output.json
- name: Upload the file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: benchmark_results
path: tests/output.json
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pytest --junitxml=junit/test-results-${{ matrix.python-version }}-${{ matrix.installation }}.xml --cov-report=xml tests
- name: Upload pytest test results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}-${{ matrix.installation }}
path: junit/test-results-${{ matrix.python-version }}-${{ matrix.installation }}.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pytest --junitxml=junit/test-results.xml --cov-report=xml tests
- name: Upload pytest test results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: pytest-results
path: junit/test-results.xml
Expand Down

0 comments on commit d65309d

Please sign in to comment.