Update run_pytest.yml

actions/upload-artifact@v3

to

actions/upload-artifact@v4
This commit is contained in:
KoenigMjr 2025-06-10 07:50:03 +02:00 committed by GitHub
parent a877464c28
commit 9bcfcf6759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
pytest -c 'test/pytest.ini'
- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test.log
path: log/test.log