Update upload-artifact in workflow
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.test_target }}-logs
|
name: ${{ matrix.test_target }}-logs
|
||||||
path: ./test-logs/${{ matrix.test_target }}.log # Adjust this path as needed
|
path: ./test-logs/${{ matrix.test_target }}.log # Adjust this path as needed
|
||||||
|
Reference in New Issue
Block a user