Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
cd ${{ inputs.doc_path }}
xvfb-run make SPHINXOPTS="${{ inputs.SPHINXOPTS }}" html

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
path: ${{ inputs.doc_build_path }}
name: ${{ inputs.artifact_name }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ HyperSpy test suite failed ⚠️
Expand All @@ -432,7 +432,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.rosettasciio_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ RosettaSciIO test suite failed ⚠️
Expand All @@ -452,7 +452,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.lumispy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ LumiSpy test suite failed ⚠️
Expand All @@ -471,7 +471,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_gui_ipywidgets_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ hyperspy_gui_ipywidgets test suite failed ⚠️
Expand All @@ -490,7 +490,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.hyperspy_gui_traitsui_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ hyperspy_gui_traitsui test suite failed ⚠️
Expand All @@ -512,7 +512,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.pyxem_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ Pyxem test suite failed ⚠️
Expand All @@ -531,7 +531,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.holospy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ holospy test suite failed ⚠️
Expand All @@ -550,7 +550,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.exspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ exSpy test suite failed ⚠️
Expand All @@ -573,7 +573,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.kikuchipy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ kikuchipy test suite failed ⚠️
Expand All @@ -592,7 +592,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.etspy_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ etspy test suite failed ⚠️
Expand All @@ -613,7 +613,7 @@ jobs:
&& inputs.REPORT_FAILURE_AS_ISSUE
&& github.repository == 'hyperspy/hyperspy-extensions-list'
&& steps.atomap_tests.outcome == 'failure'
uses: scientific-python/issue-from-pytest-log-action@558a3dfdd251069b328d3fded994824ddbefc47b
uses: scientific-python/issue-from-pytest-log-action@8e905db353437cda1d6a773de245343fbfc940dd
with:
log-path: ${{ runner.temp }}/pytest-log.jsonl
issue-title: ⚠️ atomap test suite failed ⚠️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
twine check dist/*

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
path: ./dist/*
name: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Push docs ${{ inputs.branch }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
name: ${{ inputs.artifact_name }}
path: ${{ inputs.output_path }}
Expand Down