We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fd590 commit eacee61Copy full SHA for eacee61
.github/workflows/run-tutorial.yml
@@ -9,7 +9,7 @@ on:
9
pull_request:
10
paths:
11
- 'docs/tutorials/**/*.py'
12
- - '.github/workflows/test-tutorials.yml'
+ - '.github/workflows/run-tutorials.yml'
13
14
# Allow manual trigger
15
workflow_dispatch:
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Upload test results
174
if: always()
175
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
176
with:
177
name: tutorial-test-results-${{ matrix.tutorial-group }}
178
path: test-results/
0 commit comments