diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e3d45a..6a877cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: - name: Upload Test Logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.test_target }}-logs path: ./test-logs/${{ matrix.test_target }}.log # Adjust this path as needed