diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 19926a5..8c2f6d0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -65,7 +65,7 @@ jobs: # poetry run python .github/workflows/runtime_plots.py # - name: Upload plots to github artifacts # if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'}} - # uses: actions/upload-artifact@v3 + # uses: actions/upload-artifact@v4 # with: # name: runtime-plots # path: plots @@ -75,7 +75,7 @@ jobs: fail_ci_if_error: true - name: Upload benchmark results to github artifacts if: ${{ matrix.benchmark }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: benchmark-results-json path: benchmark_results.json