Skip to content

Commit eacee61

Browse files
Update run-tutorial.yml
1 parent 44fd590 commit eacee61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/run-tutorial.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- 'docs/tutorials/**/*.py'
12-
- '.github/workflows/test-tutorials.yml'
12+
- '.github/workflows/run-tutorials.yml'
1313

1414
# Allow manual trigger
1515
workflow_dispatch:
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Upload test results
174174
if: always()
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
with:
177177
name: tutorial-test-results-${{ matrix.tutorial-group }}
178178
path: test-results/

0 commit comments

Comments
 (0)