File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 pytest --benchmark-json results.json tests/test_integration_features.py
4141
4242 - name : Upload Benchmark Results
43- uses : actions/upload-artifact@v6
43+ uses : actions/upload-artifact@v7
4444 with :
4545 name : benchmark_results.json
4646 path : ./results.json
4747 - name : Upload GitHub Pull Request Event
48- uses : actions/upload-artifact@v6
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : event.json
5151 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change 8080 TEST_RUN=True papermill -k tests --request-save-on-cell-execute docs/tutorials/${{ matrix.tutorial }}.ipynb ${{ matrix.tutorial }}.ipynb
8181
8282 - name : Archive Notebooks
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : tutorials-${{ matrix.tutorial }}
8686 path : |
Original file line number Diff line number Diff line change 8585
8686 - name : Archive Integration Test Plots
8787 if : always()
88- uses : actions/upload-artifact@v6
88+ uses : actions/upload-artifact@v7
8989 with :
9090 name : integration-test-plots-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.compiler }}
9191 path : |
You can’t perform that action at this time.
0 commit comments