We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3694c commit 387d549Copy full SHA for 387d549
.github/workflows/run-tests.yml
@@ -65,7 +65,7 @@ jobs:
65
python -m pytest --durations=10 --services=${{ inputs.selected-services || 'all' }} --timeout=300 --capture=no --junitxml=target/reports/pytest.xml moto/tests --tb=line
66
- name: Archive Test Result
67
if: always()
68
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
69
with:
70
name: test-metrics
71
path: target/reports
0 commit comments