mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-09 10:09:57 +01:00
Update run_pytest.yml
actions/upload-artifact@v3 to actions/upload-artifact@v4
This commit is contained in:
parent
a877464c28
commit
9bcfcf6759
2
.github/workflows/run_pytest.yml
vendored
2
.github/workflows/run_pytest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue