Skip to content

Commit

Permalink
update artifacts GitHub actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Nov 8, 2024
1 parent ba3694c commit edc97b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python -m pytest --durations=10 --services=${{ inputs.selected-services || 'all' }} --timeout=300 --capture=no --junitxml=target/reports/pytest.xml moto/tests --tb=line
- name: Archive Test Result
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-metrics
path: target/reports
Expand Down

0 comments on commit edc97b9

Please sign in to comment.