Skip to content

Commit 387d549

Browse files
authored
update artifacts GitHub actions to v4 (#11)
1 parent ba3694c commit 387d549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python -m pytest --durations=10 --services=${{ inputs.selected-services || 'all' }} --timeout=300 --capture=no --junitxml=target/reports/pytest.xml moto/tests --tb=line
6666
- name: Archive Test Result
6767
if: always()
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: test-metrics
7171
path: target/reports

0 commit comments

Comments
 (0)