diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 96079bce..e8d7e991 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,7 +52,7 @@ jobs: install_extras: false - name: Upload Example Plots Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: example-notebooks-${{ matrix.example_name }} path: ${{ steps.example-run.outputs.notebook-path }} @@ -70,7 +70,7 @@ jobs: merge-multiple: true - name: Upload Example Plots Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: example-notebooks path: example-notebooks