Skip to content

Commit

Permalink
Update actions versione
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericgig committed Jan 7, 2025
1 parent becc23f commit 08b78bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python -m qutip_benchmark.cli.run_benchmarks -m nightly -v
- name: Create artefact containing benchmarks
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nightly_benchmarks
path: .benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python -m qutip_benchmark.cli.run_benchmarks -v
- name: Create artefact containing benchmarks
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test_benchmarks
path: .benchmarks

0 comments on commit 08b78bf

Please sign in to comment.